#138D16

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

Shades of Forest Green #138D16

Tints of Forest Green #138D16

Color information

#138D16 (or 0x138D16) is unknown color: approx Forest Green. HEX triplet: 13, 8D and 16. RGB value is (19,141,22). Sum of RGB (Red+Green+Blue) = 19+141+22=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 141 (55.47% from 255 or 77.47% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 141 - color contains mainly: green. Hex color #138D16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138D16 is #EC72E9. Grayscale: #5B5B5B. Windows color (decimal): -15495914 or 1477907. OLE color: 1477907.

HSL color Cylindrical-coordinate representation of color #138D16: hue angle of 121.48º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D16 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1914122-
CMYK0.8700.840.45
HSL121.48º76.25%31.37%-
HSV(B)121.48º86.52%55.29%-
XYZ9.9419.253.95-
YUV90.9689.0876.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 141 (55.47% from 255) = 77.47%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=10.44%
G=77.47%
B=12.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19141220.8700.840.45121.4876.2531.37
Hex138D16570542D794c1f
Octal232152612701245517111437
Binary1001110001101101101010111010101001011011111001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,141,22); }

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

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

 a { background-color: rgb(19,141,22); }

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

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

 span { border-color: rgb(19,141,22); }

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