Shades of Green #015301
Tints of Green #015301
RGB
CMYK
RGB Variations
Color information
#015301 (or 0x015301) is known color: Green. HEX triplet: 01, 53 and 01. RGB value is (1,83,1). Sum of RGB (Red+Green+Blue) = 1+83+1=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 83 (32.81% from 255 or 97.65% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 83 - color contains mainly: green. Hex color #015301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015301 is #FEACFE. Grayscale: #313131. Windows color (decimal): -16690431 or 86785. OLE color: 86785.
HSL color Cylindrical-coordinate representation of color #015301: hue angle of 120º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015301 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 1 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.67 |
| HSL | 120º | 0.98% | 0.16% | - |
| HSV(B) | 120º | 0.99% | 0.33% | - |
| XYZ | 3.11 | 6.2 | 1.06 | - |
| YUV | 49.13 | 100.83 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 1 | 0.99 | 0 | 0.99 | 0.67 | 120 | 0.98 | 0.16 |
| Hex | 1 | 53 | 1 | 63 | 0 | 63 | 43 | 78 | 62 | 10 |
| Octal | 1 | 123 | 1 | 143 | 0 | 143 | 103 | 170 | 142 | 20 |
| Binary | 1 | 1010011 | 1 | 1100011 | 0 | 1100011 | 1000011 | 1111000 | 1100010 | 10000 |
Color Harmonies of #015301
Complementary color
Monochromatic Colors of #015301
Black with #015301
Text Example
Text Example
White with #015301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015301; }
p { color: rgb(1,83,1); }
H1.HeaderClassName
{
color: #015301;
}
.AnyTagClassName
{
color: #015301;
}
</style>
background-color css
<style>
a { background-color: #015301; }
a { background-color: rgb(1,83,1); }
div.DivClassName
{
background-color: #015301;
}
.BgClassName
{
background-color: #015301;
}
</style>
border-color css
<style>
span { border-color: #015301; }
span { border-color: rgb(1,83,1); }
td.TdClassName
{
border-color: #015301;
}
.TagClassName
{
border-color: #015301;
}
</style>