Shades of Green #035900
Tints of Green #035900
RGB
CMYK
RGB Variations
Color information
#035900 (or 0x035900) is known color: Green. HEX triplet: 03, 59 and 00. RGB value is (3,89,0). Sum of RGB (Red+Green+Blue) = 3+89+0=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 89 (35.16% from 255 or 96.74% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 89 - color contains mainly: green. Hex color #035900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035900 is #FCA6FF. Grayscale: #353535. Windows color (decimal): -16557824 or 22787. OLE color: 22787.
HSL color Cylindrical-coordinate representation of color #035900: hue angle of 117.98º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #035900 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 89 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.65 |
| HSL | 117.98º | 1% | 0.17% | - |
| HSV(B) | 117.98º | 1% | 0.35% | - |
| XYZ | 3.61 | 7.16 | 1.19 | - |
| YUV | 53.14 | 98.01 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 0 | 0.97 | 0 | 1 | 0.65 | 117.98 | 1 | 0.17 |
| Hex | 3 | 59 | 0 | 61 | 0 | 64 | 41 | 76 | 64 | 11 |
| Octal | 3 | 131 | 0 | 141 | 0 | 144 | 101 | 166 | 144 | 21 |
| Binary | 11 | 1011001 | 0 | 1100001 | 0 | 1100100 | 1000001 | 1110110 | 1100100 | 10001 |
Color Harmonies of #035900
Complementary color
Monochromatic Colors of #035900
Black with #035900
Text Example
Text Example
White with #035900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035900; }
p { color: rgb(3,89,0); }
H1.HeaderClassName
{
color: #035900;
}
.AnyTagClassName
{
color: #035900;
}
</style>
background-color css
<style>
a { background-color: #035900; }
a { background-color: rgb(3,89,0); }
div.DivClassName
{
background-color: #035900;
}
.BgClassName
{
background-color: #035900;
}
</style>
border-color css
<style>
span { border-color: #035900; }
span { border-color: rgb(3,89,0); }
td.TdClassName
{
border-color: #035900;
}
.TagClassName
{
border-color: #035900;
}
</style>