#049325

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

Shades of Forest Green #049325

Tints of Forest Green #049325

Color information

#049325 (or 0x049325) is unknown color: approx Forest Green. HEX triplet: 04, 93 and 25. RGB value is (4,147,37). Sum of RGB (Red+Green+Blue) = 4+147+37=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 147 (57.81% from 255 or 78.19% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 147 - color contains mainly: green. Hex color #049325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049325 is #FB6CDA. Grayscale: #5C5C5C. Windows color (decimal): -16477403 or 2462468. OLE color: 2462468.

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

Color convert

RGB414737-
CMYK0.9700.750.42
HSL133.85º94.7%29.61%-
HSV(B)133.85º97.28%57.65%-
XYZ10.8221.035.24-
YUV91.797.1265.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 147 (57.81% from 255) = 78.19%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=2.13%
G=78.19%
B=19.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4147370.9700.750.42133.8594.729.61
Hex493256104B2A865f1e
Octal42234514101135220613736
Binary1001001001110010111000010100101110101010000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049325; }

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

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

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

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

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

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

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

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