Shades of Green #005300
Tints of Green #005300
RGB
CMYK
RGB Variations
Color information
#005300 (or 0x005300) is known color: Green. HEX triplet: 00, 53 and 00. RGB value is (0,83,0). Sum of RGB (Red+Green+Blue) = 0+83+0=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 83 (32.81% from 255 or 100% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 83 - color contains mainly: green. Hex color #005300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005300 is #FFACFF. Grayscale: #303030. Windows color (decimal): -16755968 or 21248. OLE color: 21248.
HSL color Cylindrical-coordinate representation of color #005300: hue angle of 120º 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 #005300 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.67 |
| HSL | 120º | 1% | 0.16% | - |
| HSV(B) | 120º | 1% | 0.33% | - |
| XYZ | 3.09 | 6.19 | 1.03 | - |
| YUV | 48.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 0 | 1 | 0 | 1 | 0.67 | 120 | 1 | 0.16 |
| Hex | 0 | 53 | 0 | 64 | 0 | 64 | 43 | 78 | 64 | 10 |
| Octal | 0 | 123 | 0 | 144 | 0 | 144 | 103 | 170 | 144 | 20 |
| Binary | 0 | 1010011 | 0 | 1100100 | 0 | 1100100 | 1000011 | 1111000 | 1100100 | 10000 |
Color Harmonies of #005300
Complementary color
Monochromatic Colors of #005300
Black with #005300
Text Example
Text Example
White with #005300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005300; }
p { color: rgb(0,83,0); }
H1.HeaderClassName
{
color: #005300;
}
.AnyTagClassName
{
color: #005300;
}
</style>
background-color css
<style>
a { background-color: #005300; }
a { background-color: rgb(0,83,0); }
div.DivClassName
{
background-color: #005300;
}
.BgClassName
{
background-color: #005300;
}
</style>
border-color css
<style>
span { border-color: #005300; }
span { border-color: rgb(0,83,0); }
td.TdClassName
{
border-color: #005300;
}
.TagClassName
{
border-color: #005300;
}
</style>