Shades of Green #015500
Tints of Green #015500
RGB
CMYK
RGB Variations
Color information
#015500 (or 0x015500) is known color: Green. HEX triplet: 01, 55 and 00. RGB value is (1,85,0). Sum of RGB (Red+Green+Blue) = 1+85+0=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 85 (33.59% from 255 or 98.84% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 85 - color contains mainly: green. Hex color #015500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015500 is #FEAAFF. Grayscale: #323232. Windows color (decimal): -16689920 or 21761. OLE color: 21761.
HSL color Cylindrical-coordinate representation of color #015500: hue angle of 119.29º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015500 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.67 |
| HSL | 119.29º | 1% | 0.17% | - |
| HSV(B) | 119.29º | 1% | 0.33% | - |
| XYZ | 3.26 | 6.5 | 1.08 | - |
| YUV | 50.19 | 99.67 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 0 | 0.99 | 0 | 1 | 0.67 | 119.29 | 1 | 0.17 |
| Hex | 1 | 55 | 0 | 63 | 0 | 64 | 43 | 77 | 64 | 11 |
| Octal | 1 | 125 | 0 | 143 | 0 | 144 | 103 | 167 | 144 | 21 |
| Binary | 1 | 1010101 | 0 | 1100011 | 0 | 1100100 | 1000011 | 1110111 | 1100100 | 10001 |
Color Harmonies of #015500
Complementary color
Monochromatic Colors of #015500
Black with #015500
Text Example
Text Example
White with #015500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015500; }
p { color: rgb(1,85,0); }
H1.HeaderClassName
{
color: #015500;
}
.AnyTagClassName
{
color: #015500;
}
</style>
background-color css
<style>
a { background-color: #015500; }
a { background-color: rgb(1,85,0); }
div.DivClassName
{
background-color: #015500;
}
.BgClassName
{
background-color: #015500;
}
</style>
border-color css
<style>
span { border-color: #015500; }
span { border-color: rgb(1,85,0); }
td.TdClassName
{
border-color: #015500;
}
.TagClassName
{
border-color: #015500;
}
</style>