#049225

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

Shades of Forest Green #049225

Tints of Forest Green #049225

Color information

#049225 (or 0x049225) is unknown color: approx Forest Green. HEX triplet: 04, 92 and 25. RGB value is (4,146,37). Sum of RGB (Red+Green+Blue) = 4+146+37=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 146 (57.42% from 255 or 78.07% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 146 - color contains mainly: green. Hex color #049225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049225 is #FB6DDA. Grayscale: #5B5B5B. Windows color (decimal): -16477659 or 2462212. OLE color: 2462212.

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

Color convert

RGB414637-
CMYK0.9700.750.43
HSL133.94º94.67%29.41%-
HSV(B)133.94º97.26%57.25%-
XYZ10.6620.725.19-
YUV91.1297.4665.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.14%
GREEN value IS 146 (57.42% from 255) = 78.07%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=2.14%
G=78.07%
B=19.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4146370.9700.750.43133.9494.6729.41
Hex492256104B2B865f1d
Octal42224514101135320613735
Binary1001001001010010111000010100101110101110000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049225; }

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

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

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

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

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

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

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

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