#04821F

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

Shades of Green #04821F

Tints of Green #04821F

Color information

#04821F (or 0x04821F) is unknown color: approx Green. HEX triplet: 04, 82 and 1F. RGB value is (4,130,31). Sum of RGB (Red+Green+Blue) = 4+130+31=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 130 (51.17% from 255 or 78.79% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 130 - color contains mainly: green. Hex color #04821F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04821F is #FB7DE0. Grayscale: #515151. Windows color (decimal): -16481761 or 2064900. OLE color: 2064900.

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

Color convert

RGB413031-
CMYK0.9700.760.49
HSL132.86º94.03%26.27%-
HSV(B)132.86º96.92%50.98%-
XYZ8.2816.093.97-
YUV81.0499.7673.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 130 (51.17% from 255) = 78.79%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=2.42%
G=78.79%
B=18.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130310.9700.760.49132.8694.0326.27
Hex4821F6104C31855e1a
Octal42023714101146120513632
Binary100100000101111111000010100110011000110000101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04821F; }

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

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

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

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

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

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

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

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