Shades of Green #05871C
Tints of Green #05871C
RGB
CMYK
RGB Variations
Color information
#05871C (or 0x05871C) is known color: Green. HEX triplet: 05, 87 and 1C. RGB value is (5,135,28). Sum of RGB (Red+Green+Blue) = 5+135+28=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 135 (53.12% from 255 or 80.36% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 135 - color contains mainly: green. Hex color #05871C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05871C is #FA78E3. Grayscale: #545454. Windows color (decimal): -16414948 or 1869573. OLE color: 1869573.
HSL color Cylindrical-coordinate representation of color #05871C: hue angle of 130.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05871C is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 28 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.47 |
| HSL | 130.62º | 0.93% | 0.27% | - |
| HSV(B) | 130.62º | 0.96% | 0.53% | - |
| XYZ | 8.94 | 17.44 | 3.99 | - |
| YUV | 83.93 | 96.43 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 28 | 0.96 | 0 | 0.79 | 0.47 | 130.62 | 0.93 | 0.27 |
| Hex | 5 | 87 | 1C | 60 | 0 | 4F | 2F | 83 | 5D | 1B |
| Octal | 5 | 207 | 34 | 140 | 0 | 117 | 57 | 203 | 135 | 33 |
| Binary | 101 | 10000111 | 11100 | 1100000 | 0 | 1001111 | 101111 | 10000011 | 1011101 | 11011 |
Color Harmonies of #05871C
Complementary color
Monochromatic Colors of #05871C
Black with #05871C
Text Example
Text Example
White with #05871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05871C; }
p { color: rgb(5,135,28); }
H1.HeaderClassName
{
color: #05871C;
}
.AnyTagClassName
{
color: #05871C;
}
</style>
background-color css
<style>
a { background-color: #05871C; }
a { background-color: rgb(5,135,28); }
div.DivClassName
{
background-color: #05871C;
}
.BgClassName
{
background-color: #05871C;
}
</style>
border-color css
<style>
span { border-color: #05871C; }
span { border-color: rgb(5,135,28); }
td.TdClassName
{
border-color: #05871C;
}
.TagClassName
{
border-color: #05871C;
}
</style>