#139929

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

Shades of Forest Green #139929

Tints of Forest Green #139929

Color information

#139929 (or 0x139929) is unknown color: approx Forest Green. HEX triplet: 13, 99 and 29. RGB value is (19,153,41). Sum of RGB (Red+Green+Blue) = 19+153+41=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 153 (60.16% from 255 or 71.83% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 153 - color contains mainly: green. Hex color #139929 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139929 is #EC66D6. Grayscale: #646464. Windows color (decimal): -15492823 or 2726163. OLE color: 2726163.

HSL color Cylindrical-coordinate representation of color #139929: hue angle of 129.85º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139929 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1915341-
CMYK0.8800.730.4
HSL129.85º77.91%33.73%-
HSV(B)129.85º87.58%60%-
XYZ12.0623.085.92-
YUV100.1794.6170.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 153 (60.16% from 255) = 71.83%
BLUE value IS 41 (16.41% from 255) = 19.25%
R=8.92%
G=71.83%
B=19.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19153410.8800.730.4129.8577.9133.73
Hex1399295804928824e22
Octal232315113001115020211642
Binary1001110011001101001101100001001001101000100000101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139929; }

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

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

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

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

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

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

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

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