#04882A

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

Shades of Forest Green #04882A

Tints of Forest Green #04882A

Color information

#04882A (or 0x04882A) is unknown color: approx Forest Green. HEX triplet: 04, 88 and 2A. RGB value is (4,136,42). Sum of RGB (Red+Green+Blue) = 4+136+42=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 136 (53.52% from 255 or 74.73% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 136 - color contains mainly: green. Hex color #04882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04882A is #FB77D5. Grayscale: #565656. Windows color (decimal): -16480214 or 2787332. OLE color: 2787332.

HSL color Cylindrical-coordinate representation of color #04882A: hue angle of 137.27º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04882A is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB413642-
CMYK0.9700.690.47
HSL137.27º94.29%27.45%-
HSV(B)137.27º97.06%53.33%-
XYZ9.2717.85.14-
YUV85.82103.2769.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.20%
GREEN value IS 136 (53.52% from 255) = 74.73%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=2.20%
G=74.73%
B=23.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4136420.9700.690.47137.2794.2927.45
Hex4882A610452F895e1b
Octal42105214101055721113633
Binary1001000100010101011000010100010110111110001001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04882A; }

 p { color: rgb(4,136,42); }

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

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

 a { background-color: rgb(4,136,42); }

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

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

 span { border-color: rgb(4,136,42); }

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