Shades of Green #04821C
Tints of Green #04821C
RGB
CMYK
RGB Variations
Color information
#04821C (or 0x04821C) is known color: Green. HEX triplet: 04, 82 and 1C. RGB value is (4,130,28). Sum of RGB (Red+Green+Blue) = 4+130+28=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #04821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04821C is #FB7DE3. Grayscale: #505050. Windows color (decimal): -16481764 or 1868292. OLE color: 1868292.
HSL color Cylindrical-coordinate representation of color #04821C: hue angle of 131.43º 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 #04821C is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 28 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.49 |
| HSL | 131.43º | 0.94% | 0.26% | - |
| HSV(B) | 131.43º | 0.97% | 0.51% | - |
| XYZ | 8.24 | 16.07 | 3.77 | - |
| YUV | 80.7 | 98.26 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 28 | 0.97 | 0 | 0.78 | 0.49 | 131.43 | 0.94 | 0.26 |
| Hex | 4 | 82 | 1C | 61 | 0 | 4E | 31 | 83 | 5E | 1A |
| Octal | 4 | 202 | 34 | 141 | 0 | 116 | 61 | 203 | 136 | 32 |
| Binary | 100 | 10000010 | 11100 | 1100001 | 0 | 1001110 | 110001 | 10000011 | 1011110 | 11010 |
Color Harmonies of #04821C
Complementary color
Monochromatic Colors of #04821C
Black with #04821C
Text Example
Text Example
White with #04821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04821C; }
p { color: rgb(4,130,28); }
H1.HeaderClassName
{
color: #04821C;
}
.AnyTagClassName
{
color: #04821C;
}
</style>
background-color css
<style>
a { background-color: #04821C; }
a { background-color: rgb(4,130,28); }
div.DivClassName
{
background-color: #04821C;
}
.BgClassName
{
background-color: #04821C;
}
</style>
border-color css
<style>
span { border-color: #04821C; }
span { border-color: rgb(4,130,28); }
td.TdClassName
{
border-color: #04821C;
}
.TagClassName
{
border-color: #04821C;
}
</style>