Shades of Green #015402
Tints of Green #015402
RGB
CMYK
RGB Variations
Color information
#015402 (or 0x015402) is known color: Green. HEX triplet: 01, 54 and 02. RGB value is (1,84,2). Sum of RGB (Red+Green+Blue) = 1+84+2=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 84 (33.20% from 255 or 96.55% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 84 - color contains mainly: green. Hex color #015402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015402 is #FEABFD. Grayscale: #323232. Windows color (decimal): -16690174 or 152577. OLE color: 152577.
HSL color Cylindrical-coordinate representation of color #015402: hue angle of 120.72º 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 #015402 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.67 |
| HSL | 120.72º | 0.98% | 0.17% | - |
| HSV(B) | 120.72º | 0.99% | 0.33% | - |
| XYZ | 3.19 | 6.35 | 1.12 | - |
| YUV | 49.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 2 | 0.99 | 0 | 0.98 | 0.67 | 120.72 | 0.98 | 0.17 |
| Hex | 1 | 54 | 2 | 63 | 0 | 62 | 43 | 79 | 62 | 11 |
| Octal | 1 | 124 | 2 | 143 | 0 | 142 | 103 | 171 | 142 | 21 |
| Binary | 1 | 1010100 | 10 | 1100011 | 0 | 1100010 | 1000011 | 1111001 | 1100010 | 10001 |
Color Harmonies of #015402
Complementary color
Monochromatic Colors of #015402
Black with #015402
Text Example
Text Example
White with #015402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015402; }
p { color: rgb(1,84,2); }
H1.HeaderClassName
{
color: #015402;
}
.AnyTagClassName
{
color: #015402;
}
</style>
background-color css
<style>
a { background-color: #015402; }
a { background-color: rgb(1,84,2); }
div.DivClassName
{
background-color: #015402;
}
.BgClassName
{
background-color: #015402;
}
</style>
border-color css
<style>
span { border-color: #015402; }
span { border-color: rgb(1,84,2); }
td.TdClassName
{
border-color: #015402;
}
.TagClassName
{
border-color: #015402;
}
</style>