Shades of Green #035903
Tints of Green #035903
RGB
CMYK
RGB Variations
Color information
#035903 (or 0x035903) is known color: Green. HEX triplet: 03, 59 and 03. RGB value is (3,89,3). Sum of RGB (Red+Green+Blue) = 3+89+3=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 89 (35.16% from 255 or 93.68% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 89 - color contains mainly: green. Hex color #035903 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035903 is #FCA6FC. Grayscale: #353535. Windows color (decimal): -16557821 or 219395. OLE color: 219395.
HSL color Cylindrical-coordinate representation of color #035903: hue angle of 120º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035903 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 89 | 3 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.65 |
| HSL | 120º | 0.93% | 0.18% | - |
| HSV(B) | 120º | 0.97% | 0.35% | - |
| XYZ | 3.63 | 7.17 | 1.28 | - |
| YUV | 53.48 | 99.51 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 3 | 0.97 | 0 | 0.97 | 0.65 | 120 | 0.93 | 0.18 |
| Hex | 3 | 59 | 3 | 61 | 0 | 61 | 41 | 78 | 5D | 12 |
| Octal | 3 | 131 | 3 | 141 | 0 | 141 | 101 | 170 | 135 | 22 |
| Binary | 11 | 1011001 | 11 | 1100001 | 0 | 1100001 | 1000001 | 1111000 | 1011101 | 10010 |
Color Harmonies of #035903
Complementary color
Monochromatic Colors of #035903
Black with #035903
Text Example
Text Example
White with #035903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035903; }
p { color: rgb(3,89,3); }
H1.HeaderClassName
{
color: #035903;
}
.AnyTagClassName
{
color: #035903;
}
</style>
background-color css
<style>
a { background-color: #035903; }
a { background-color: rgb(3,89,3); }
div.DivClassName
{
background-color: #035903;
}
.BgClassName
{
background-color: #035903;
}
</style>
border-color css
<style>
span { border-color: #035903; }
span { border-color: rgb(3,89,3); }
td.TdClassName
{
border-color: #035903;
}
.TagClassName
{
border-color: #035903;
}
</style>