Shades of Green #015401
Tints of Green #015401
RGB
CMYK
RGB Variations
Color information
#015401 (or 0x015401) is known color: Green. HEX triplet: 01, 54 and 01. RGB value is (1,84,1). Sum of RGB (Red+Green+Blue) = 1+84+1=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 84 (33.20% from 255 or 97.67% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 84 - color contains mainly: green. Hex color #015401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015401 is #FEABFE. Grayscale: #313131. Windows color (decimal): -16690175 or 87041. OLE color: 87041.
HSL color Cylindrical-coordinate representation of color #015401: hue angle of 120º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015401 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 1 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.67 |
| HSL | 120º | 0.98% | 0.17% | - |
| HSV(B) | 120º | 0.99% | 0.33% | - |
| XYZ | 3.19 | 6.35 | 1.09 | - |
| YUV | 49.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 1 | 0.99 | 0 | 0.99 | 0.67 | 120 | 0.98 | 0.17 |
| Hex | 1 | 54 | 1 | 63 | 0 | 63 | 43 | 78 | 62 | 11 |
| Octal | 1 | 124 | 1 | 143 | 0 | 143 | 103 | 170 | 142 | 21 |
| Binary | 1 | 1010100 | 1 | 1100011 | 0 | 1100011 | 1000011 | 1111000 | 1100010 | 10001 |
Color Harmonies of #015401
Complementary color
Monochromatic Colors of #015401
Black with #015401
Text Example
Text Example
White with #015401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015401; }
p { color: rgb(1,84,1); }
H1.HeaderClassName
{
color: #015401;
}
.AnyTagClassName
{
color: #015401;
}
</style>
background-color css
<style>
a { background-color: #015401; }
a { background-color: rgb(1,84,1); }
div.DivClassName
{
background-color: #015401;
}
.BgClassName
{
background-color: #015401;
}
</style>
border-color css
<style>
span { border-color: #015401; }
span { border-color: rgb(1,84,1); }
td.TdClassName
{
border-color: #015401;
}
.TagClassName
{
border-color: #015401;
}
</style>