#139529

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

Shades of Forest Green #139529

Tints of Forest Green #139529

Color information

#139529 (or 0x139529) is unknown color: approx Forest Green. HEX triplet: 13, 95 and 29. RGB value is (19,149,41). Sum of RGB (Red+Green+Blue) = 19+149+41=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #139529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139529 is #EC6AD6. Grayscale: #626262. Windows color (decimal): -15493847 or 2725139. OLE color: 2725139.

HSL color Cylindrical-coordinate representation of color #139529: hue angle of 130.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139529 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1914941-
CMYK0.8700.720.42
HSL130.15º77.38%32.94%-
HSV(B)130.15º87.25%58.43%-
XYZ11.4221.795.7-
YUV97.8295.9371.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 149 (58.59% from 255) = 71.29%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=9.09%
G=71.29%
B=19.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19149410.8700.720.42130.1577.3832.94
Hex139529570482A824d21
Octal232255112701105220211541
Binary1001110010101101001101011101001000101010100000101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139529; }

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

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

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

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

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

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

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

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