#149E31

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

Shades of Forest Green #149E31

Tints of Forest Green #149E31

Color information

#149E31 (or 0x149E31) is unknown color: approx Forest Green. HEX triplet: 14, 9E and 31. RGB value is (20,158,49). Sum of RGB (Red+Green+Blue) = 20+158+49=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 158 (62.11% from 255 or 69.60% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 158 - color contains mainly: green. Hex color #149E31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E31 is #EB61CE. Grayscale: #686868. Windows color (decimal): -15425999 or 3251732. OLE color: 3251732.

HSL color Cylindrical-coordinate representation of color #149E31: hue angle of 132.61º 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 #149E31 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB2015849-
CMYK0.8700.690.38
HSL132.61º77.53%34.9%-
HSV(B)132.61º87.34%61.96%-
XYZ13.0724.827.01-
YUV104.3196.7867.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 158 (62.11% from 255) = 69.60%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=8.81%
G=69.60%
B=21.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20158490.8700.690.38132.6177.5334.9
Hex149E315704526854e23
Octal242366112701054620511643
Binary1010010011110110001101011101000101100110100001011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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