#149e33

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

Shades of Forest Green #149E33

Tints of Forest Green #149E33

Color information

#149E33 (or 0x149E33) is unknown color: approx Forest Green. HEX triplet: 14, 9E and 33. RGB value is (20,158,51). Sum of RGB (Red+Green+Blue) = 20+158+51=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 158 (62.11% from 255 or 69.00% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 158 - color contains mainly: green. Hex color #149E33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E33 is #EB61CC. Grayscale: #686868. Windows color (decimal): -15425997 or 3382804. OLE color: 3382804.

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

Color convert

RGB2015851-
CMYK0.8700.680.38
HSL133.48º77.53%34.9%-
HSV(B)133.48º87.34%61.96%-
XYZ13.1124.847.24-
YUV104.5497.7867.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.73%
GREEN value IS 158 (62.11% from 255) = 69.00%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=8.73%
G=69.00%
B=22.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20158510.8700.680.38133.4877.5334.9
Hex149E335704426854e23
Octal242366312701044620511643
Binary1010010011110110011101011101000100100110100001011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149e33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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