#149E2C

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

Shades of Forest Green #149E2C

Tints of Forest Green #149E2C

Color information

#149E2C (or 0x149E2C) is unknown color: approx Forest Green. HEX triplet: 14, 9E and 2C. RGB value is (20,158,44). Sum of RGB (Red+Green+Blue) = 20+158+44=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 158 (62.11% from 255 or 71.17% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 158 - color contains mainly: green. Hex color #149E2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E2C is #EB61D3. Grayscale: #686868. Windows color (decimal): -15426004 or 2924052. OLE color: 2924052.

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

Color convert

RGB2015844-
CMYK0.8700.720.38
HSL130.43º77.53%34.9%-
HSV(B)130.43º87.34%61.96%-
XYZ12.9724.786.48-
YUV103.7494.2868.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 158 (62.11% from 255) = 71.17%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=9.01%
G=71.17%
B=19.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20158440.8700.720.38130.4377.5334.9
Hex149E2C5704826824e23
Octal242365412701104620211643
Binary1010010011110101100101011101001000100110100000101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149E2C; }

 p { color: rgb(20,158,44); }

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

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

 a { background-color: rgb(20,158,44); }

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

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

 span { border-color: rgb(20,158,44); }

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