Shades of Green #085D02
Tints of Green #085D02
RGB
CMYK
RGB Variations
Color information
#085D02 (or 0x085D02) is known color: Green. HEX triplet: 08, 5D and 02. RGB value is (8,93,2). Sum of RGB (Red+Green+Blue) = 8+93+2=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 93 (36.72% from 255 or 90.29% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 93 - color contains mainly: green. Hex color #085D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D02 is #F7A2FD. Grayscale: #393939. Windows color (decimal): -16229118 or 154888. OLE color: 154888.
HSL color Cylindrical-coordinate representation of color #085D02: hue angle of 116.04º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #085D02 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 2 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.64 |
| HSL | 116.04º | 0.96% | 0.19% | - |
| HSV(B) | 116.04º | 0.98% | 0.36% | - |
| XYZ | 4.03 | 7.88 | 1.37 | - |
| YUV | 57.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 2 | 0.91 | 0 | 0.98 | 0.64 | 116.04 | 0.96 | 0.19 |
| Hex | 8 | 5D | 2 | 5B | 0 | 62 | 40 | 74 | 60 | 13 |
| Octal | 10 | 135 | 2 | 133 | 0 | 142 | 100 | 164 | 140 | 23 |
| Binary | 1000 | 1011101 | 10 | 1011011 | 0 | 1100010 | 1000000 | 1110100 | 1100000 | 10011 |
Color Harmonies of #085D02
Complementary color
Monochromatic Colors of #085D02
Black with #085D02
Text Example
Text Example
White with #085D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D02; }
p { color: rgb(8,93,2); }
H1.HeaderClassName
{
color: #085D02;
}
.AnyTagClassName
{
color: #085D02;
}
</style>
background-color css
<style>
a { background-color: #085D02; }
a { background-color: rgb(8,93,2); }
div.DivClassName
{
background-color: #085D02;
}
.BgClassName
{
background-color: #085D02;
}
</style>
border-color css
<style>
span { border-color: #085D02; }
span { border-color: rgb(8,93,2); }
td.TdClassName
{
border-color: #085D02;
}
.TagClassName
{
border-color: #085D02;
}
</style>