#139B2A

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

Shades of Forest Green #139B2A

Tints of Forest Green #139B2A

Color information

#139B2A (or 0x139B2A) is unknown color: approx Forest Green. HEX triplet: 13, 9B and 2A. RGB value is (19,155,42). Sum of RGB (Red+Green+Blue) = 19+155+42=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 155 (60.94% from 255 or 71.76% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 155 - color contains mainly: green. Hex color #139B2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139B2A is #EC64D5. Grayscale: #656565. Windows color (decimal): -15492310 or 2792211. OLE color: 2792211.

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

Color convert

RGB1915542-
CMYK0.8800.730.39
HSL130.15º78.16%34.12%-
HSV(B)130.15º87.74%60.78%-
XYZ12.4123.756.12-
YUV101.4594.4469.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 155 (60.94% from 255) = 71.76%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=8.80%
G=71.76%
B=19.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19155420.8800.730.39130.1578.1634.12
Hex139B2A5804927824e22
Octal232335213001114720211642
Binary1001110011011101010101100001001001100111100000101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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