Shades of Green #005702
Tints of Green #005702
RGB
CMYK
RGB Variations
Color information
#005702 (or 0x005702) is known color: Green. HEX triplet: 00, 57 and 02. RGB value is (0,87,2). Sum of RGB (Red+Green+Blue) = 0+87+2=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 87 (34.38% from 255 or 97.75% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 87 - color contains mainly: green. Hex color #005702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005702 is #FFA8FD. Grayscale: #333333. Windows color (decimal): -16754942 or 153344. OLE color: 153344.
HSL color Cylindrical-coordinate representation of color #005702: hue angle of 121.38º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005702 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 87 | 2 | - |
| CMYK | 1 | 0 | 0.98 | 0.66 |
| HSL | 121.38º | 1% | 0.17% | - |
| HSV(B) | 121.38º | 1% | 0.34% | - |
| XYZ | 3.42 | 6.82 | 1.19 | - |
| YUV | 51.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 2 | 1 | 0 | 0.98 | 0.66 | 121.38 | 1 | 0.17 |
| Hex | 0 | 57 | 2 | 64 | 0 | 62 | 42 | 79 | 64 | 11 |
| Octal | 0 | 127 | 2 | 144 | 0 | 142 | 102 | 171 | 144 | 21 |
| Binary | 0 | 1010111 | 10 | 1100100 | 0 | 1100010 | 1000010 | 1111001 | 1100100 | 10001 |
Color Harmonies of #005702
Complementary color
Monochromatic Colors of #005702
Black with #005702
Text Example
Text Example
White with #005702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005702; }
p { color: rgb(0,87,2); }
H1.HeaderClassName
{
color: #005702;
}
.AnyTagClassName
{
color: #005702;
}
</style>
background-color css
<style>
a { background-color: #005702; }
a { background-color: rgb(0,87,2); }
div.DivClassName
{
background-color: #005702;
}
.BgClassName
{
background-color: #005702;
}
</style>
border-color css
<style>
span { border-color: #005702; }
span { border-color: rgb(0,87,2); }
td.TdClassName
{
border-color: #005702;
}
.TagClassName
{
border-color: #005702;
}
</style>