Shades of Green #015D08
Tints of Green #015D08
RGB
CMYK
RGB Variations
Color information
#015D08 (or 0x015D08) is known color: Green. HEX triplet: 01, 5D and 08. RGB value is (1,93,8). Sum of RGB (Red+Green+Blue) = 1+93+8=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 93 (36.72% from 255 or 91.18% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 93 - color contains mainly: green. Hex color #015D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015D08 is #FEA2F7. Grayscale: #383838. Windows color (decimal): -16687864 or 548097. OLE color: 548097.
HSL color Cylindrical-coordinate representation of color #015D08: hue angle of 124.57º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D08 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 8 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.64 |
| HSL | 124.57º | 0.98% | 0.18% | - |
| HSV(B) | 124.57º | 0.99% | 0.36% | - |
| XYZ | 3.97 | 7.85 | 1.54 | - |
| YUV | 55.8 | 101.02 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 8 | 0.99 | 0 | 0.91 | 0.64 | 124.57 | 0.98 | 0.18 |
| Hex | 1 | 5D | 8 | 63 | 0 | 5B | 40 | 7D | 62 | 12 |
| Octal | 1 | 135 | 10 | 143 | 0 | 133 | 100 | 175 | 142 | 22 |
| Binary | 1 | 1011101 | 1000 | 1100011 | 0 | 1011011 | 1000000 | 1111101 | 1100010 | 10010 |
Color Harmonies of #015D08
Complementary color
Monochromatic Colors of #015D08
Black with #015D08
Text Example
Text Example
White with #015D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D08; }
p { color: rgb(1,93,8); }
H1.HeaderClassName
{
color: #015D08;
}
.AnyTagClassName
{
color: #015D08;
}
</style>
background-color css
<style>
a { background-color: #015D08; }
a { background-color: rgb(1,93,8); }
div.DivClassName
{
background-color: #015D08;
}
.BgClassName
{
background-color: #015D08;
}
</style>
border-color css
<style>
span { border-color: #015D08; }
span { border-color: rgb(1,93,8); }
td.TdClassName
{
border-color: #015D08;
}
.TagClassName
{
border-color: #015D08;
}
</style>