#139D20

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

Shades of Forest Green #139D20

Tints of Forest Green #139D20

Color information

#139D20 (or 0x139D20) is unknown color: approx Forest Green. HEX triplet: 13, 9D and 20. RGB value is (19,157,32). Sum of RGB (Red+Green+Blue) = 19+157+32=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 157 (61.72% from 255 or 75.48% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 157 - color contains mainly: green. Hex color #139D20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D20 is #EC62DF. Grayscale: #656565. Windows color (decimal): -15491808 or 2137363. OLE color: 2137363.

HSL color Cylindrical-coordinate representation of color #139D20: hue angle of 125.65º degrees, saturation: 0.78, 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 #139D20 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1915732-
CMYK0.8800.800.38
HSL125.65º78.41%34.51%-
HSV(B)125.65º87.9%61.57%-
XYZ12.5924.365.4-
YUV101.4988.7869.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 157 (61.72% from 255) = 75.48%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=9.13%
G=75.48%
B=15.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19157320.8800.800.38125.6578.4134.51
Hex139D2058050267e4e23
Octal232354013001204617611643
Binary100111001110110000010110000101000010011011111101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,157,32); }

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

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

 a { background-color: rgb(19,157,32); }

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

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

 span { border-color: rgb(19,157,32); }

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