Shades of Green #035F11
Tints of Green #035F11
RGB
CMYK
RGB Variations
Color information
#035F11 (or 0x035F11) is known color: Green. HEX triplet: 03, 5F and 11. RGB value is (3,95,17). Sum of RGB (Red+Green+Blue) = 3+95+17=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 95 (37.5% from 255 or 82.61% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 95 - color contains mainly: green. Hex color #035F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035F11 is #FCA0EE. Grayscale: #3A3A3A. Windows color (decimal): -16556271 or 1138435. OLE color: 1138435.
HSL color Cylindrical-coordinate representation of color #035F11: hue angle of 129.13º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F11 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 95 | 17 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.63 |
| HSL | 129.13º | 0.94% | 0.19% | - |
| HSV(B) | 129.13º | 0.97% | 0.37% | - |
| XYZ | 4.23 | 8.24 | 1.9 | - |
| YUV | 58.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 17 | 0.97 | 0 | 0.82 | 0.63 | 129.13 | 0.94 | 0.19 |
| Hex | 3 | 5F | 11 | 61 | 0 | 52 | 3F | 81 | 5E | 13 |
| Octal | 3 | 137 | 21 | 141 | 0 | 122 | 77 | 201 | 136 | 23 |
| Binary | 11 | 1011111 | 10001 | 1100001 | 0 | 1010010 | 111111 | 10000001 | 1011110 | 10011 |
Color Harmonies of #035F11
Complementary color
Monochromatic Colors of #035F11
Black with #035F11
Text Example
Text Example
White with #035F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F11; }
p { color: rgb(3,95,17); }
H1.HeaderClassName
{
color: #035F11;
}
.AnyTagClassName
{
color: #035F11;
}
</style>
background-color css
<style>
a { background-color: #035F11; }
a { background-color: rgb(3,95,17); }
div.DivClassName
{
background-color: #035F11;
}
.BgClassName
{
background-color: #035F11;
}
</style>
border-color css
<style>
span { border-color: #035F11; }
span { border-color: rgb(3,95,17); }
td.TdClassName
{
border-color: #035F11;
}
.TagClassName
{
border-color: #035F11;
}
</style>