Shades of Green #035703
Tints of Green #035703
RGB
CMYK
RGB Variations
Color information
#035703 (or 0x035703) is known color: Green. HEX triplet: 03, 57 and 03. RGB value is (3,87,3). Sum of RGB (Red+Green+Blue) = 3+87+3=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 87 (34.38% from 255 or 93.55% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 87 - color contains mainly: green. Hex color #035703 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035703 is #FCA8FC. Grayscale: #343434. Windows color (decimal): -16558333 or 218883. OLE color: 218883.
HSL color Cylindrical-coordinate representation of color #035703: hue angle of 120º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035703 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 87 | 3 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.66 |
| HSL | 120º | 0.93% | 0.18% | - |
| HSV(B) | 120º | 0.97% | 0.34% | - |
| XYZ | 3.46 | 6.84 | 1.22 | - |
| YUV | 52.31 | 100.17 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 3 | 0.97 | 0 | 0.97 | 0.66 | 120 | 0.93 | 0.18 |
| Hex | 3 | 57 | 3 | 61 | 0 | 61 | 42 | 78 | 5D | 12 |
| Octal | 3 | 127 | 3 | 141 | 0 | 141 | 102 | 170 | 135 | 22 |
| Binary | 11 | 1010111 | 11 | 1100001 | 0 | 1100001 | 1000010 | 1111000 | 1011101 | 10010 |
Color Harmonies of #035703
Complementary color
Monochromatic Colors of #035703
Black with #035703
Text Example
Text Example
White with #035703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035703; }
p { color: rgb(3,87,3); }
H1.HeaderClassName
{
color: #035703;
}
.AnyTagClassName
{
color: #035703;
}
</style>
background-color css
<style>
a { background-color: #035703; }
a { background-color: rgb(3,87,3); }
div.DivClassName
{
background-color: #035703;
}
.BgClassName
{
background-color: #035703;
}
</style>
border-color css
<style>
span { border-color: #035703; }
span { border-color: rgb(3,87,3); }
td.TdClassName
{
border-color: #035703;
}
.TagClassName
{
border-color: #035703;
}
</style>