Shades of Green #04821B
Tints of Green #04821B
RGB
CMYK
RGB Variations
Color information
#04821B (or 0x04821B) is known color: Green. HEX triplet: 04, 82 and 1B. RGB value is (4,130,27). Sum of RGB (Red+Green+Blue) = 4+130+27=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 130 (51.17% from 255 or 80.75% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 130 - color contains mainly: green. Hex color #04821B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04821B is #FB7DE4. Grayscale: #505050. Windows color (decimal): -16481765 or 1802756. OLE color: 1802756.
HSL color Cylindrical-coordinate representation of color #04821B: hue angle of 130.95º 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 #04821B is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 27 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.49 |
| HSL | 130.95º | 0.94% | 0.26% | - |
| HSV(B) | 130.95º | 0.97% | 0.51% | - |
| XYZ | 8.23 | 16.07 | 3.7 | - |
| YUV | 80.58 | 97.76 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 27 | 0.97 | 0 | 0.79 | 0.49 | 130.95 | 0.94 | 0.26 |
| Hex | 4 | 82 | 1B | 61 | 0 | 4F | 31 | 83 | 5E | 1A |
| Octal | 4 | 202 | 33 | 141 | 0 | 117 | 61 | 203 | 136 | 32 |
| Binary | 100 | 10000010 | 11011 | 1100001 | 0 | 1001111 | 110001 | 10000011 | 1011110 | 11010 |
Color Harmonies of #04821B
Complementary color
Monochromatic Colors of #04821B
Black with #04821B
Text Example
Text Example
White with #04821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04821B; }
p { color: rgb(4,130,27); }
H1.HeaderClassName
{
color: #04821B;
}
.AnyTagClassName
{
color: #04821B;
}
</style>
background-color css
<style>
a { background-color: #04821B; }
a { background-color: rgb(4,130,27); }
div.DivClassName
{
background-color: #04821B;
}
.BgClassName
{
background-color: #04821B;
}
</style>
border-color css
<style>
span { border-color: #04821B; }
span { border-color: rgb(4,130,27); }
td.TdClassName
{
border-color: #04821B;
}
.TagClassName
{
border-color: #04821B;
}
</style>