#188E14

Color #188E14 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #188E14

Tints of Forest Green #188E14

Color information

#188E14 (or 0x188E14) is unknown color: approx Forest Green. HEX triplet: 18, 8E and 14. RGB value is (24,142,20). Sum of RGB (Red+Green+Blue) = 24+142+20=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 142 (55.86% from 255 or 76.34% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 142 - color contains mainly: green. Hex color #188E14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188E14 is #E771EB. Grayscale: #5D5D5D. Windows color (decimal): -15167980 or 1347096. OLE color: 1347096.

HSL color Cylindrical-coordinate representation of color #188E14: hue angle of 118.03º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188E14 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB2414220-
CMYK0.8300.860.44
HSL118.03º75.31%31.76%-
HSV(B)118.03º85.92%55.69%-
XYZ10.1819.593.91-
YUV92.8186.9178.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 142 (55.86% from 255) = 76.34%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=12.90%
G=76.34%
B=10.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24142200.8300.860.44118.0375.3131.76
Hex188E14530562C764b20
Octal302162412301265416611340
Binary11000100011101010010100110101011010110011101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188E14; }

 p { color: rgb(24,142,20); }

 H1.HeaderClassName
 {
   color: #188E14;
 }
 .AnyTagClassName
 {
   color: #188E14;
 }
</style>
background-color css

<style>
 a { background-color: #188E14; }

 a { background-color: rgb(24,142,20); }

 div.DivClassName
 {
   background-color: #188E14;
 }
 .BgClassName
 {
   background-color: #188E14;
 }
</style>
border-color css

<style>
 span { border-color: #188E14; }

 span { border-color: rgb(24,142,20); }

 td.TdClassName
 {
   border-color: #188E14;
 }
 .TagClassName
 {
   border-color: #188E14;
 }
</style>