#049520

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

Shades of Forest Green #049520

Tints of Forest Green #049520

Color information

#049520 (or 0x049520) is unknown color: approx Forest Green. HEX triplet: 04, 95 and 20. RGB value is (4,149,32). Sum of RGB (Red+Green+Blue) = 4+149+32=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #049520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049520 is #FB6ADF. Grayscale: #5C5C5C. Windows color (decimal): -16476896 or 2135300. OLE color: 2135300.

HSL color Cylindrical-coordinate representation of color #049520: hue angle of 131.59º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049520 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB414932-
CMYK0.9700.790.42
HSL131.59º94.77%30%-
HSV(B)131.59º97.32%58.43%-
XYZ11.0621.624.96-
YUV92.3193.9665.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 149 (58.59% from 255) = 80.54%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=2.16%
G=80.54%
B=17.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4149320.9700.790.42131.5994.7730
Hex495206104F2A845f1e
Octal42254014101175220413736
Binary1001001010110000011000010100111110101010000100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049520; }

 p { color: rgb(4,149,32); }

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

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

 a { background-color: rgb(4,149,32); }

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

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

 span { border-color: rgb(4,149,32); }

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