#139812

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

Shades of Forest Green #139812

Tints of Forest Green #139812

Color information

#139812 (or 0x139812) is unknown color: approx Forest Green. HEX triplet: 13, 98 and 12. RGB value is (19,152,18). Sum of RGB (Red+Green+Blue) = 19+152+18=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 152 (59.77% from 255 or 80.42% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 152 - color contains mainly: green. Hex color #139812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139812 is #EC67ED. Grayscale: #616161. Windows color (decimal): -15493102 or 1218579. OLE color: 1218579.

HSL color Cylindrical-coordinate representation of color #139812: hue angle of 119.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139812 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB1915218-
CMYK0.8700.880.40
HSL119.55º78.82%33.33%-
HSV(B)119.55º88.16%59.61%-
XYZ11.6122.644.33-
YUV96.9683.4472.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 152 (59.77% from 255) = 80.42%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=10.05%
G=80.42%
B=9.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19152180.8700.880.40119.5578.8233.33
Hex1398125705828784f21
Octal232302212701305017011741
Binary10011100110001001010101110101100010100011110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139812; }

 p { color: rgb(19,152,18); }

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

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

 a { background-color: rgb(19,152,18); }

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

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

 span { border-color: rgb(19,152,18); }

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