Shades of Green #05821B
Tints of Green #05821B
RGB
CMYK
RGB Variations
Color information
#05821B (or 0x05821B) is known color: Green. HEX triplet: 05, 82 and 1B. RGB value is (5,130,27). Sum of RGB (Red+Green+Blue) = 5+130+27=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #05821B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05821B is #FA7DE4. Grayscale: #515151. Windows color (decimal): -16416229 or 1802757. OLE color: 1802757.
HSL color Cylindrical-coordinate representation of color #05821B: hue angle of 130.56º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05821B is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 27 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.49 |
| HSL | 130.56º | 0.93% | 0.26% | - |
| HSV(B) | 130.56º | 0.96% | 0.51% | - |
| XYZ | 8.24 | 16.08 | 3.71 | - |
| YUV | 80.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 27 | 0.96 | 0 | 0.79 | 0.49 | 130.56 | 0.93 | 0.26 |
| Hex | 5 | 82 | 1B | 60 | 0 | 4F | 31 | 83 | 5D | 1A |
| Octal | 5 | 202 | 33 | 140 | 0 | 117 | 61 | 203 | 135 | 32 |
| Binary | 101 | 10000010 | 11011 | 1100000 | 0 | 1001111 | 110001 | 10000011 | 1011101 | 11010 |
Color Harmonies of #05821B
Complementary color
Monochromatic Colors of #05821B
Black with #05821B
Text Example
Text Example
White with #05821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05821B; }
p { color: rgb(5,130,27); }
H1.HeaderClassName
{
color: #05821B;
}
.AnyTagClassName
{
color: #05821B;
}
</style>
background-color css
<style>
a { background-color: #05821B; }
a { background-color: rgb(5,130,27); }
div.DivClassName
{
background-color: #05821B;
}
.BgClassName
{
background-color: #05821B;
}
</style>
border-color css
<style>
span { border-color: #05821B; }
span { border-color: rgb(5,130,27); }
td.TdClassName
{
border-color: #05821B;
}
.TagClassName
{
border-color: #05821B;
}
</style>