Shades of Green #015C06
Tints of Green #015C06
RGB
CMYK
RGB Variations
Color information
#015C06 (or 0x015C06) is known color: Green. HEX triplet: 01, 5C and 06. RGB value is (1,92,6). Sum of RGB (Red+Green+Blue) = 1+92+6=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 92 (36.33% from 255 or 92.93% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 92 - color contains mainly: green. Hex color #015C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015C06 is #FEA3F9. Grayscale: #373737. Windows color (decimal): -16688122 or 416769. OLE color: 416769.
HSL color Cylindrical-coordinate representation of color #015C06: hue angle of 123.3º 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 #015C06 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 6 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.64 |
| HSL | 123.3º | 0.98% | 0.18% | - |
| HSV(B) | 123.3º | 0.99% | 0.36% | - |
| XYZ | 3.87 | 7.67 | 1.45 | - |
| YUV | 54.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 6 | 0.99 | 0 | 0.93 | 0.64 | 123.3 | 0.98 | 0.18 |
| Hex | 1 | 5C | 6 | 63 | 0 | 5D | 40 | 7B | 62 | 12 |
| Octal | 1 | 134 | 6 | 143 | 0 | 135 | 100 | 173 | 142 | 22 |
| Binary | 1 | 1011100 | 110 | 1100011 | 0 | 1011101 | 1000000 | 1111011 | 1100010 | 10010 |
Color Harmonies of #015C06
Complementary color
Monochromatic Colors of #015C06
Black with #015C06
Text Example
Text Example
White with #015C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C06; }
p { color: rgb(1,92,6); }
H1.HeaderClassName
{
color: #015C06;
}
.AnyTagClassName
{
color: #015C06;
}
</style>
background-color css
<style>
a { background-color: #015C06; }
a { background-color: rgb(1,92,6); }
div.DivClassName
{
background-color: #015C06;
}
.BgClassName
{
background-color: #015C06;
}
</style>
border-color css
<style>
span { border-color: #015C06; }
span { border-color: rgb(1,92,6); }
td.TdClassName
{
border-color: #015C06;
}
.TagClassName
{
border-color: #015C06;
}
</style>