#149224

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

Shades of Forest Green #149224

Tints of Forest Green #149224

Color information

#149224 (or 0x149224) is unknown color: approx Forest Green. HEX triplet: 14, 92 and 24. RGB value is (20,146,36). Sum of RGB (Red+Green+Blue) = 20+146+36=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 146 (57.42% from 255 or 72.28% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 146 - color contains mainly: green. Hex color #149224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149224 is #EB6DDB. Grayscale: #606060. Windows color (decimal): -15429084 or 2396692. OLE color: 2396692.

HSL color Cylindrical-coordinate representation of color #149224: hue angle of 127.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149224 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB2014636-
CMYK0.8600.750.43
HSL127.62º75.9%32.55%-
HSV(B)127.62º86.3%57.25%-
XYZ10.8920.835.12-
YUV95.7994.2673.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 146 (57.42% from 255) = 72.28%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=9.90%
G=72.28%
B=17.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146360.8600.750.43127.6275.932.55
Hex1492245604B2B804c21
Octal242224412601135320011441
Binary1010010010010100100101011001001011101011100000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149224; }

 p { color: rgb(20,146,36); }

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

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

 a { background-color: rgb(20,146,36); }

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

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

 span { border-color: rgb(20,146,36); }

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