Shades of Green #035902
Tints of Green #035902
RGB
CMYK
RGB Variations
Color information
#035902 (or 0x035902) is known color: Green. HEX triplet: 03, 59 and 02. RGB value is (3,89,2). Sum of RGB (Red+Green+Blue) = 3+89+2=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 89 (35.16% from 255 or 94.68% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 89 - color contains mainly: green. Hex color #035902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035902 is #FCA6FD. Grayscale: #353535. Windows color (decimal): -16557822 or 153859. OLE color: 153859.
HSL color Cylindrical-coordinate representation of color #035902: hue angle of 119.31º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035902 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 89 | 2 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.65 |
| HSL | 119.31º | 0.96% | 0.18% | - |
| HSV(B) | 119.31º | 0.98% | 0.35% | - |
| XYZ | 3.62 | 7.17 | 1.25 | - |
| YUV | 53.37 | 99.01 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 2 | 0.97 | 0 | 0.98 | 0.65 | 119.31 | 0.96 | 0.18 |
| Hex | 3 | 59 | 2 | 61 | 0 | 62 | 41 | 77 | 60 | 12 |
| Octal | 3 | 131 | 2 | 141 | 0 | 142 | 101 | 167 | 140 | 22 |
| Binary | 11 | 1011001 | 10 | 1100001 | 0 | 1100010 | 1000001 | 1110111 | 1100000 | 10010 |
Color Harmonies of #035902
Complementary color
Monochromatic Colors of #035902
Black with #035902
Text Example
Text Example
White with #035902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035902; }
p { color: rgb(3,89,2); }
H1.HeaderClassName
{
color: #035902;
}
.AnyTagClassName
{
color: #035902;
}
</style>
background-color css
<style>
a { background-color: #035902; }
a { background-color: rgb(3,89,2); }
div.DivClassName
{
background-color: #035902;
}
.BgClassName
{
background-color: #035902;
}
</style>
border-color css
<style>
span { border-color: #035902; }
span { border-color: rgb(3,89,2); }
td.TdClassName
{
border-color: #035902;
}
.TagClassName
{
border-color: #035902;
}
</style>