#049320

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

Shades of Forest Green #049320

Tints of Forest Green #049320

Color information

#049320 (or 0x049320) is unknown color: approx Forest Green. HEX triplet: 04, 93 and 20. RGB value is (4,147,32). Sum of RGB (Red+Green+Blue) = 4+147+32=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 147 (57.81% from 255 or 80.33% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 147 - color contains mainly: green. Hex color #049320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049320 is #FB6CDF. Grayscale: #5B5B5B. Windows color (decimal): -16477408 or 2134788. OLE color: 2134788.

HSL color Cylindrical-coordinate representation of color #049320: hue angle of 131.75º 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 #049320 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB414732-
CMYK0.9700.780.42
HSL131.75º94.7%29.61%-
HSV(B)131.75º97.28%57.65%-
XYZ10.74214.85-
YUV91.1394.6265.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 147 (57.81% from 255) = 80.33%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=2.19%
G=80.33%
B=17.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4147320.9700.780.42131.7594.729.61
Hex493206104E2A845f1e
Octal42234014101165220413736
Binary1001001001110000011000010100111010101010000100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049320; }

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

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

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

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

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

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

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

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