Shades of Green #015302
Tints of Green #015302
RGB
CMYK
RGB Variations
Color information
#015302 (or 0x015302) is known color: Green. HEX triplet: 01, 53 and 02. RGB value is (1,83,2). Sum of RGB (Red+Green+Blue) = 1+83+2=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 83 (32.81% from 255 or 96.51% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 83 - color contains mainly: green. Hex color #015302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015302 is #FEACFD. Grayscale: #313131. Windows color (decimal): -16690430 or 152321. OLE color: 152321.
HSL color Cylindrical-coordinate representation of color #015302: hue angle of 120.73º 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 #015302 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.67 |
| HSL | 120.73º | 0.98% | 0.16% | - |
| HSV(B) | 120.73º | 0.99% | 0.33% | - |
| XYZ | 3.12 | 6.2 | 1.09 | - |
| YUV | 49.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 2 | 0.99 | 0 | 0.98 | 0.67 | 120.73 | 0.98 | 0.16 |
| Hex | 1 | 53 | 2 | 63 | 0 | 62 | 43 | 79 | 62 | 10 |
| Octal | 1 | 123 | 2 | 143 | 0 | 142 | 103 | 171 | 142 | 20 |
| Binary | 1 | 1010011 | 10 | 1100011 | 0 | 1100010 | 1000011 | 1111001 | 1100010 | 10000 |
Color Harmonies of #015302
Complementary color
Monochromatic Colors of #015302
Black with #015302
Text Example
Text Example
White with #015302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015302; }
p { color: rgb(1,83,2); }
H1.HeaderClassName
{
color: #015302;
}
.AnyTagClassName
{
color: #015302;
}
</style>
background-color css
<style>
a { background-color: #015302; }
a { background-color: rgb(1,83,2); }
div.DivClassName
{
background-color: #015302;
}
.BgClassName
{
background-color: #015302;
}
</style>
border-color css
<style>
span { border-color: #015302; }
span { border-color: rgb(1,83,2); }
td.TdClassName
{
border-color: #015302;
}
.TagClassName
{
border-color: #015302;
}
</style>