#139B29

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

Shades of Forest Green #139B29

Tints of Forest Green #139B29

Color information

#139B29 (or 0x139B29) is unknown color: approx Forest Green. HEX triplet: 13, 9B and 29. RGB value is (19,155,41). Sum of RGB (Red+Green+Blue) = 19+155+41=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 155 (60.94% from 255 or 72.09% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 155 - color contains mainly: green. Hex color #139B29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139B29 is #EC64D6. Grayscale: #656565. Windows color (decimal): -15492311 or 2726675. OLE color: 2726675.

HSL color Cylindrical-coordinate representation of color #139B29: hue angle of 129.71º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B29 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB1915541-
CMYK0.8800.740.39
HSL129.71º78.16%34.12%-
HSV(B)129.71º87.74%60.78%-
XYZ12.3923.746.03-
YUV101.3493.9469.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 155 (60.94% from 255) = 72.09%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=8.84%
G=72.09%
B=19.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19155410.8800.740.39129.7178.1634.12
Hex139B295804A27824e22
Octal232335113001124720211642
Binary1001110011011101001101100001001010100111100000101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,155,41); }

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

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

 a { background-color: rgb(19,155,41); }

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

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

 span { border-color: rgb(19,155,41); }

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