#048228

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

Shades of Forest Green #048228

Tints of Forest Green #048228

Color information

#048228 (or 0x048228) is unknown color: approx Forest Green. HEX triplet: 04, 82 and 28. RGB value is (4,130,40). Sum of RGB (Red+Green+Blue) = 4+130+40=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #048228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048228 is #FB7DD7. Grayscale: #525252. Windows color (decimal): -16481752 or 2654724. OLE color: 2654724.

HSL color Cylindrical-coordinate representation of color #048228: hue angle of 137.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048228 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB413040-
CMYK0.9700.690.49
HSL137.14º94.03%26.27%-
HSV(B)137.14º96.92%50.98%-
XYZ8.4216.144.68-
YUV82.07104.2672.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 130 (51.17% from 255) = 74.71%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=2.30%
G=74.71%
B=22.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130400.9700.690.49137.1494.0326.27
Hex482286104531895e1a
Octal42025014101056121113632
Binary1001000001010100011000010100010111000110001001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048228; }

 p { color: rgb(4,130,40); }

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

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

 a { background-color: rgb(4,130,40); }

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

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

 span { border-color: rgb(4,130,40); }

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