Shades of Green #035E0B
Tints of Green #035E0B
RGB
CMYK
RGB Variations
Color information
#035E0B (or 0x035E0B) is known color: Green. HEX triplet: 03, 5E and 0B. RGB value is (3,94,11). Sum of RGB (Red+Green+Blue) = 3+94+11=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 94 (37.11% from 255 or 87.04% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 94 - color contains mainly: green. Hex color #035E0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035E0B is #FCA1F4. Grayscale: #393939. Windows color (decimal): -16556533 or 744963. OLE color: 744963.
HSL color Cylindrical-coordinate representation of color #035E0B: hue angle of 125.27º 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 #035E0B is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 94 | 11 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.63 |
| HSL | 125.27º | 0.94% | 0.19% | - |
| HSV(B) | 125.27º | 0.97% | 0.37% | - |
| XYZ | 4.1 | 8.05 | 1.65 | - |
| YUV | 57.33 | 101.85 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 11 | 0.97 | 0 | 0.88 | 0.63 | 125.27 | 0.94 | 0.19 |
| Hex | 3 | 5E | B | 61 | 0 | 58 | 3F | 7D | 5E | 13 |
| Octal | 3 | 136 | 13 | 141 | 0 | 130 | 77 | 175 | 136 | 23 |
| Binary | 11 | 1011110 | 1011 | 1100001 | 0 | 1011000 | 111111 | 1111101 | 1011110 | 10011 |
Color Harmonies of #035E0B
Complementary color
Monochromatic Colors of #035E0B
Black with #035E0B
Text Example
Text Example
White with #035E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035E0B; }
p { color: rgb(3,94,11); }
H1.HeaderClassName
{
color: #035E0B;
}
.AnyTagClassName
{
color: #035E0B;
}
</style>
background-color css
<style>
a { background-color: #035E0B; }
a { background-color: rgb(3,94,11); }
div.DivClassName
{
background-color: #035E0B;
}
.BgClassName
{
background-color: #035E0B;
}
</style>
border-color css
<style>
span { border-color: #035E0B; }
span { border-color: rgb(3,94,11); }
td.TdClassName
{
border-color: #035E0B;
}
.TagClassName
{
border-color: #035E0B;
}
</style>