#049426

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

Shades of Forest Green #049426

Tints of Forest Green #049426

Color information

#049426 (or 0x049426) is unknown color: approx Forest Green. HEX triplet: 04, 94 and 26. RGB value is (4,148,38). Sum of RGB (Red+Green+Blue) = 4+148+38=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 148 (58.20% from 255 or 77.89% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 148 - color contains mainly: green. Hex color #049426 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049426 is #FB6BD9. Grayscale: #5C5C5C. Windows color (decimal): -16477146 or 2528260. OLE color: 2528260.

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

Color convert

RGB414838-
CMYK0.9700.740.42
HSL134.17º94.74%29.8%-
HSV(B)134.17º97.3%58.04%-
XYZ10.9921.355.37-
YUV92.497.2964.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 148 (58.20% from 255) = 77.89%
BLUE value IS 38 (15.23% from 255) = 20%
R=2.11%
G=77.89%
B=20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4148380.9700.740.42134.1794.7429.8
Hex494266104A2A865f1e
Octal42244614101125220613736
Binary1001001010010011011000010100101010101010000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049426; }

 p { color: rgb(4,148,38); }

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

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

 a { background-color: rgb(4,148,38); }

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

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

 span { border-color: rgb(4,148,38); }

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