#139F1E

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

Shades of Forest Green #139F1E

Tints of Forest Green #139F1E

Color information

#139F1E (or 0x139F1E) is unknown color: approx Forest Green. HEX triplet: 13, 9F and 1E. RGB value is (19,159,30). Sum of RGB (Red+Green+Blue) = 19+159+30=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 159 (62.5% from 255 or 76.44% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 159 - color contains mainly: green. Hex color #139F1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F1E is #EC60E1. Grayscale: #666666. Windows color (decimal): -15491298 or 2006803. OLE color: 2006803.

HSL color Cylindrical-coordinate representation of color #139F1E: hue angle of 124.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F1E is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1915930-
CMYK0.8800.810.38
HSL124.71º78.65%34.9%-
HSV(B)124.71º88.05%62.35%-
XYZ12.925.035.38-
YUV102.4387.1268.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 159 (62.5% from 255) = 76.44%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=9.13%
G=76.44%
B=14.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19159300.8800.810.38124.7178.6534.9
Hex139F1E58051267d4f23
Octal232373613001214617511743
Binary10011100111111111010110000101000110011011111011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139F1E; }

 p { color: rgb(19,159,30); }

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

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

 a { background-color: rgb(19,159,30); }

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

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

 span { border-color: rgb(19,159,30); }

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