#139A2D

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

Shades of Forest Green #139A2D

Tints of Forest Green #139A2D

Color information

#139A2D (or 0x139A2D) is unknown color: approx Forest Green. HEX triplet: 13, 9A and 2D. RGB value is (19,154,45). Sum of RGB (Red+Green+Blue) = 19+154+45=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 154 (60.55% from 255 or 70.64% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 154 - color contains mainly: green. Hex color #139A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139A2D is #EC65D2. Grayscale: #656565. Windows color (decimal): -15492563 or 2988563. OLE color: 2988563.

HSL color Cylindrical-coordinate representation of color #139A2D: hue angle of 131.56º 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 #139A2D is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1915445-
CMYK0.8800.710.40
HSL131.56º78.03%33.92%-
HSV(B)131.56º87.66%60.39%-
XYZ12.323.446.36-
YUV101.2196.2769.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 154 (60.55% from 255) = 70.64%
BLUE value IS 45 (17.97% from 255) = 20.64%
R=8.72%
G=70.64%
B=20.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19154450.8800.710.40131.5678.0333.92
Hex139A2D5804728844e22
Octal232325513001075020411642
Binary1001110011010101101101100001000111101000100001001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,154,45); }

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

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

 a { background-color: rgb(19,154,45); }

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

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

 span { border-color: rgb(19,154,45); }

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