#149A2D

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

Shades of Forest Green #149A2D

Tints of Forest Green #149A2D

Color information

#149A2D (or 0x149A2D) is unknown color: approx Forest Green. HEX triplet: 14, 9A and 2D. RGB value is (20,154,45). Sum of RGB (Red+Green+Blue) = 20+154+45=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 154 (60.55% from 255 or 70.32% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 154 - color contains mainly: green. Hex color #149A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A2D is #EB65D2. Grayscale: #656565. Windows color (decimal): -15427027 or 2988564. OLE color: 2988564.

HSL color Cylindrical-coordinate representation of color #149A2D: hue angle of 131.19º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A2D is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB2015445-
CMYK0.8700.710.40
HSL131.19º77.01%34.12%-
HSV(B)131.19º87.01%60.39%-
XYZ12.3223.456.36-
YUV101.5196.1169.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 154 (60.55% from 255) = 70.32%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=9.13%
G=70.32%
B=20.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20154450.8700.710.40131.1977.0134.12
Hex149A2D5704728834d22
Octal242325512701075020311542
Binary1010010011010101101101011101000111101000100000111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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