#048120

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

Shades of Forest Green #048120

Tints of Forest Green #048120

Color information

#048120 (or 0x048120) is unknown color: approx Forest Green. HEX triplet: 04, 81 and 20. RGB value is (4,129,32). Sum of RGB (Red+Green+Blue) = 4+129+32=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 129 (50.78% from 255 or 78.18% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 129 - color contains mainly: green. Hex color #048120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048120 is #FB7EDF. Grayscale: #505050. Windows color (decimal): -16482016 or 2130180. OLE color: 2130180.

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

Color convert

RGB412932-
CMYK0.9700.750.49
HSL133.44º93.98%26.08%-
HSV(B)133.44º96.9%50.59%-
XYZ8.1615.833.99-
YUV80.57100.5973.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 129 (50.78% from 255) = 78.18%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=2.42%
G=78.18%
B=19.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4129320.9700.750.49133.4493.9826.08
Hex481206104B31855e1a
Octal42014014101136120513632
Binary1001000000110000011000010100101111000110000101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048120; }

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

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

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

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

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

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

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

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