COLOR #155A30

HEX: #155A30 RGB: (21,90,48)

Color info

#155A30 contains mainly green and blue colors. Web safe color of #155A30 is #006633 (or #063).

RGB color model

#155A30 color RGB value is (21,90,48).

RGB: (21,90,48) (8%, 35%, 19%)

RGB channels and saturation

R 21 of 255 = 8%
G 90 of 255 = 35%
B 48 of 255 = 19%

21
90
48

R + G + B ~ 21%. #155A30 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 90 + 48 = 159 (100%)
R 21 of 159 ~ 13.21%
G 90 of 159 ~ 56.6%
B 48 of 159 ~ 30.19'%

%13.21
%56.6
%30.19

CMYK color model

#155A30 color CMYK value is (77,0,47,65).

  • cyan value is 76.67%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 64.71%

CMYK: (77,0,47,65)
C77M0Y47K65 (77%, 0%, 47%, 65%)
(0.77 / 0.00 / 0.47 / 0.65)

CMYK percentages

%76.67
%0
%46.67
%64.71

Codes

Color #155A30 in popluar color models

15 5A 30
RGB 21 90 48
HSL 143° 62.16% 21.76%
HSB/HSV 143° 76.67% 35.29%
CMYK 76.67% 0.00% 46.67%
64.71%

Color #155A30 in popluar number systems.

HEX 15 5A 30
Decimal 21 90 48
Binary 10101 1011010 110000
Octal 25 132 60

Shades and tints

Shades of #155A30

#155A30
(21,90,48)
#14522C
(20,82,44)
#134A28
(19,74,40)
#124224
(18,66,36)
#113A20
(17,58,32)
#10321C
(16,50,28)
#0F2A18
(15,42,24)
#0E2214
(14,34,20)
#0D1A10
(13,26,16)
#0C120C
(12,18,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #155A30

#155A30
(21,90,48)
#2A6942
(42,105,66)
#3F7854
(63,120,84)
#548766
(84,135,102)
#699678
(105,150,120)
#7EA58A
(126,165,138)
#93B49C
(147,180,156)
#A8C3AE
(168,195,174)
#BDD2C0
(189,210,192)
#D2E1D2
(210,225,210)
#E7F0E4
(231,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155A30 color. Also use rgb(21,90,48) instead hex code.

Text Font Color

.myTextColor { color: #155A30; }

<p style="color:#155A30">This sample text font color is #155A30.</p>

This text font color is #155A30.

Background Color

.myBgColor { background-color: #155A30; }

<div style="background-color:#155A30">Inner text</div>

This div background color is #155A30.

Border color

.myBorderColor { border: 1px solid #155A30; }

<div style="border:3px solid #155A30">Div</div>

This div border color is #155A30.

Opacity

.myOpacity80 { color: #155A30; opacity: 0.8; }

<p style="color:#155A30;opacity:0.8;">80%</p>

Text with #155A30 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #155A30;}

<p style="text-shadow: 3px 3px 1px #155A30">Text here.</p>

This text has shadow with #155A30 color.


.textShadow {text-shadow: 3px 3px 1px #155A30', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #155A30, 5px 5px 20px red">Text here.</p>

This text has shadow with #155A30 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#155A30, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#155A30, Direction=45, Strength=4)">Text</p>

This text has shadow with #155A30 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #155A30;
-webkit-box-shadow: 1px 1px 3px 2px #155A30;
box-shadow: 1px 1px 3px 2px #155A30;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #155A30; -webkit-box-shadow: 1px 1px 3px 2px #155A30; box-shadow:1px 1px 3px 2px #155A30;">
Div content here
</div>

This div box has shadow with color #155A30.

Preview

Color preview on black background

This text has color #155A30 on black background.


Color preview on white background

This text has color #155A30 on white background.


Black color preview on #155A30 background

This text has black color on #155A30 background.


White color preview on #155A30 background

This text has white color on #155A30 background.


Related colors

Complementary color

Complementary color for #hex is #EAA5CF.


I love getcolorcode.com

Triadic colors

1 #30155A and #5A3015 with #155A30 are triadic colors.

2 #305A15 and #5A1530 with #155A30 are triadic colors.