Shades of Green #005301
Tints of Green #005301
RGB
CMYK
RGB Variations
Color information
#005301 (or 0x005301) is known color: Green. HEX triplet: 00, 53 and 01. RGB value is (0,83,1). Sum of RGB (Red+Green+Blue) = 0+83+1=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 83 (32.81% from 255 or 98.81% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 83 - color contains mainly: green. Hex color #005301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005301 is #FFACFE. Grayscale: #313131. Windows color (decimal): -16755967 or 86784. OLE color: 86784.
HSL color Cylindrical-coordinate representation of color #005301: hue angle of 120.72º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005301 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.67 |
| HSL | 120.72º | 1% | 0.16% | - |
| HSV(B) | 120.72º | 1% | 0.33% | - |
| XYZ | 3.1 | 6.19 | 1.06 | - |
| YUV | 48.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 1 | 1 | 0 | 0.99 | 0.67 | 120.72 | 1 | 0.16 |
| Hex | 0 | 53 | 1 | 64 | 0 | 63 | 43 | 79 | 64 | 10 |
| Octal | 0 | 123 | 1 | 144 | 0 | 143 | 103 | 171 | 144 | 20 |
| Binary | 0 | 1010011 | 1 | 1100100 | 0 | 1100011 | 1000011 | 1111001 | 1100100 | 10000 |
Color Harmonies of #005301
Complementary color
Monochromatic Colors of #005301
Black with #005301
Text Example
Text Example
White with #005301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005301; }
p { color: rgb(0,83,1); }
H1.HeaderClassName
{
color: #005301;
}
.AnyTagClassName
{
color: #005301;
}
</style>
background-color css
<style>
a { background-color: #005301; }
a { background-color: rgb(0,83,1); }
div.DivClassName
{
background-color: #005301;
}
.BgClassName
{
background-color: #005301;
}
</style>
border-color css
<style>
span { border-color: #005301; }
span { border-color: rgb(0,83,1); }
td.TdClassName
{
border-color: #005301;
}
.TagClassName
{
border-color: #005301;
}
</style>