#139F2C

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

Shades of Forest Green #139F2C

Tints of Forest Green #139F2C

Color information

#139F2C (or 0x139F2C) is unknown color: approx Forest Green. HEX triplet: 13, 9F and 2C. RGB value is (19,159,44). Sum of RGB (Red+Green+Blue) = 19+159+44=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 159 (62.5% from 255 or 71.62% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 159 - color contains mainly: green. Hex color #139F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F2C is #EC60D3. Grayscale: #686868. Windows color (decimal): -15491284 or 2924307. OLE color: 2924307.

HSL color Cylindrical-coordinate representation of color #139F2C: hue angle of 130.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F2C is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB1915944-
CMYK0.8800.720.38
HSL130.71º78.65%34.9%-
HSV(B)130.71º88.05%62.35%-
XYZ13.1225.126.54-
YUV104.0394.1267.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 159 (62.5% from 255) = 71.62%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=8.56%
G=71.62%
B=19.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19159440.8800.720.38130.7178.6534.9
Hex139F2C5804826834f23
Octal232375413001104620311743
Binary1001110011111101100101100001001000100110100000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,159,44); }

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

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

 a { background-color: rgb(19,159,44); }

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

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

 span { border-color: rgb(19,159,44); }

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