#138E15

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

Shades of Forest Green #138E15

Tints of Forest Green #138E15

Color information

#138E15 (or 0x138E15) is unknown color: approx Forest Green. HEX triplet: 13, 8E and 15. RGB value is (19,142,21). Sum of RGB (Red+Green+Blue) = 19+142+21=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 142 (55.86% from 255 or 78.02% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 142 - color contains mainly: green. Hex color #138E15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138E15 is #EC71EA. Grayscale: #5B5B5B. Windows color (decimal): -15495659 or 1412627. OLE color: 1412627.

HSL color Cylindrical-coordinate representation of color #138E15: hue angle of 120.98º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E15 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1914221-
CMYK0.8700.850.44
HSL120.98º76.4%31.57%-
HSV(B)120.98º86.62%55.69%-
XYZ10.0819.543.95-
YUV91.4388.2576.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 142 (55.86% from 255) = 78.02%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=10.44%
G=78.02%
B=11.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19142210.8700.850.44120.9876.431.57
Hex138E15570552C794c20
Octal232162512701255417111440
Binary10011100011101010110101110101010110110011110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138E15; }

 p { color: rgb(19,142,21); }

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

<style>
 a { background-color: #138E15; }

 a { background-color: rgb(19,142,21); }

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

<style>
 span { border-color: #138E15; }

 span { border-color: rgb(19,142,21); }

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