Shades of Green #05881B
Tints of Green #05881B
RGB
CMYK
RGB Variations
Color information
#05881B (or 0x05881B) is known color: Green. HEX triplet: 05, 88 and 1B. RGB value is (5,136,27). Sum of RGB (Red+Green+Blue) = 5+136+27=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 136 (53.52% from 255 or 80.95% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 136 - color contains mainly: green. Hex color #05881B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05881B is #FA77E4. Grayscale: #545454. Windows color (decimal): -16414693 or 1804293. OLE color: 1804293.
HSL color Cylindrical-coordinate representation of color #05881B: hue angle of 130.08º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05881B is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 27 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.47 |
| HSL | 130.08º | 0.93% | 0.28% | - |
| HSV(B) | 130.08º | 0.96% | 0.53% | - |
| XYZ | 9.06 | 17.72 | 3.98 | - |
| YUV | 84.41 | 95.6 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 27 | 0.96 | 0 | 0.80 | 0.47 | 130.08 | 0.93 | 0.28 |
| Hex | 5 | 88 | 1B | 60 | 0 | 50 | 2F | 82 | 5D | 1C |
| Octal | 5 | 210 | 33 | 140 | 0 | 120 | 57 | 202 | 135 | 34 |
| Binary | 101 | 10001000 | 11011 | 1100000 | 0 | 1010000 | 101111 | 10000010 | 1011101 | 11100 |
Color Harmonies of #05881B
Complementary color
Monochromatic Colors of #05881B
Black with #05881B
Text Example
Text Example
White with #05881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05881B; }
p { color: rgb(5,136,27); }
H1.HeaderClassName
{
color: #05881B;
}
.AnyTagClassName
{
color: #05881B;
}
</style>
background-color css
<style>
a { background-color: #05881B; }
a { background-color: rgb(5,136,27); }
div.DivClassName
{
background-color: #05881B;
}
.BgClassName
{
background-color: #05881B;
}
</style>
border-color css
<style>
span { border-color: #05881B; }
span { border-color: rgb(5,136,27); }
td.TdClassName
{
border-color: #05881B;
}
.TagClassName
{
border-color: #05881B;
}
</style>