#149e28

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

Shades of Forest Green #149E28

Tints of Forest Green #149E28

Color information

#149E28 (or 0x149E28) is unknown color: approx Forest Green. HEX triplet: 14, 9E and 28. RGB value is (20,158,40). Sum of RGB (Red+Green+Blue) = 20+158+40=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 158 (62.11% from 255 or 72.48% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 158 - color contains mainly: green. Hex color #149E28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E28 is #EB61D7. Grayscale: #676767. Windows color (decimal): -15426008 or 2661908. OLE color: 2661908.

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

Color convert

RGB2015840-
CMYK0.8700.750.38
HSL128.7º77.53%34.9%-
HSV(B)128.7º87.34%61.96%-
XYZ12.924.766.11-
YUV103.2992.2868.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 158 (62.11% from 255) = 72.48%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=9.17%
G=72.48%
B=18.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20158400.8700.750.38128.777.5334.9
Hex149E285704B26814e23
Octal242365012701134620111643
Binary1010010011110101000101011101001011100110100000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149e28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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