COLOR #188E30

HEX: #188E30 RGB: (24,142,48)

Color info

#188E30 contains mainly green color. Web safe color of #188E30 is #009933 (or #093).

RGB color model

#188E30 color RGB value is (24,142,48).

RGB: (24,142,48) (9%, 56%, 19%)

RGB channels and saturation

R 24 of 255 = 9%
G 142 of 255 = 56%
B 48 of 255 = 19%

24
142
48

R + G + B ~ 28%. #188E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 142 + 48 = 214 (100%)
R 24 of 214 ~ 11.21%
G 142 of 214 ~ 66.36%
B 48 of 214 ~ 22.43'%

%11.21
%66.36
%22.43

CMYK color model

#188E30 color CMYK value is (83,0,66,44).

  • cyan value is 83.10%
  • magenta value is 0.00%
  • yellow value is 66.20%
  • key color value is 44.31%

CMYK: (83,0,66,44)
C83M0Y66K44 (83%, 0%, 66%, 44%)
(0.83 / 0.00 / 0.66 / 0.44)

CMYK percentages

%83.1
%0
%66.2
%44.31

Codes

Color #188E30 in popluar color models

18 8E 30
RGB 24 142 48
HSL 132° 71.08% 32.55%
HSB/HSV 132° 83.10% 55.69%
CMYK 83.10% 0.00% 66.20%
44.31%

Color #188E30 in popluar number systems.

HEX 18 8E 30
Decimal 24 142 48
Binary 11000 10001110 110000
Octal 30 216 60

Shades and tints

Shades of #188E30

#188E30
(24,142,48)
#16822C
(22,130,44)
#147628
(20,118,40)
#126A24
(18,106,36)
#105E20
(16,94,32)
#0E521C
(14,82,28)
#0C4618
(12,70,24)
#0A3A14
(10,58,20)
#082E10
(8,46,16)
#06220C
(6,34,12)
#041608
(4,22,8)
#000000
(0,0,0)

Tints of #188E30

#188E30
(24,142,48)
#2D9842
(45,152,66)
#42A254
(66,162,84)
#57AC66
(87,172,102)
#6CB678
(108,182,120)
#81C08A
(129,192,138)
#96CA9C
(150,202,156)
#ABD4AE
(171,212,174)
#C0DEC0
(192,222,192)
#D5E8D2
(213,232,210)
#EAF2E4
(234,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #188E30 color. Also use rgb(24,142,48) instead hex code.

Text Font Color

.myTextColor { color: #188E30; }

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

This text font color is #188E30.

Background Color

.myBgColor { background-color: #188E30; }

<div style="background-color:#188E30">Inner text</div>

This div background color is #188E30.

Border color

.myBorderColor { border: 1px solid #188E30; }

<div style="border:3px solid #188E30">Div</div>

This div border color is #188E30.

Opacity

.myOpacity80 { color: #188E30; opacity: 0.8; }

<p style="color:#188E30;opacity:0.8;">80%</p>

Text with #188E30 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 #188E30;}

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

This text has shadow with #188E30 color.


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

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

This text has shadow with #188E30 primary color and red secondary color.


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

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

This text has shadow with #188E30 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #188E30.

Preview

Color preview on black background

This text has color #188E30 on black background.


Color preview on white background

This text has color #188E30 on white background.


Black color preview on #188E30 background

This text has black color on #188E30 background.


White color preview on #188E30 background

This text has white color on #188E30 background.


Related colors

Complementary color

Complementary color for #hex is #E771CF.


I love getcolorcode.com

Triadic colors

1 #30188E and #8E3018 with #188E30 are triadic colors.

2 #308E18 and #8E1830 with #188E30 are triadic colors.