Shades of Green #035E07
Tints of Green #035E07
RGB
CMYK
RGB Variations
Color information
#035E07 (or 0x035E07) is known color: Green. HEX triplet: 03, 5E and 07. RGB value is (3,94,7). Sum of RGB (Red+Green+Blue) = 3+94+7=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 94 (37.11% from 255 or 90.38% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 94 - color contains mainly: green. Hex color #035E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035E07 is #FCA1F8. Grayscale: #393939. Windows color (decimal): -16556537 or 482819. OLE color: 482819.
HSL color Cylindrical-coordinate representation of color #035E07: hue angle of 122.64º 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 #035E07 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 94 | 7 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.63 |
| HSL | 122.64º | 0.94% | 0.19% | - |
| HSV(B) | 122.64º | 0.97% | 0.37% | - |
| XYZ | 4.08 | 8.04 | 1.54 | - |
| YUV | 56.87 | 99.85 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 7 | 0.97 | 0 | 0.93 | 0.63 | 122.64 | 0.94 | 0.19 |
| Hex | 3 | 5E | 7 | 61 | 0 | 5D | 3F | 7B | 5E | 13 |
| Octal | 3 | 136 | 7 | 141 | 0 | 135 | 77 | 173 | 136 | 23 |
| Binary | 11 | 1011110 | 111 | 1100001 | 0 | 1011101 | 111111 | 1111011 | 1011110 | 10011 |
Color Harmonies of #035E07
Complementary color
Monochromatic Colors of #035E07
Black with #035E07
Text Example
Text Example
White with #035E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035E07; }
p { color: rgb(3,94,7); }
H1.HeaderClassName
{
color: #035E07;
}
.AnyTagClassName
{
color: #035E07;
}
</style>
background-color css
<style>
a { background-color: #035E07; }
a { background-color: rgb(3,94,7); }
div.DivClassName
{
background-color: #035E07;
}
.BgClassName
{
background-color: #035E07;
}
</style>
border-color css
<style>
span { border-color: #035E07; }
span { border-color: rgb(3,94,7); }
td.TdClassName
{
border-color: #035E07;
}
.TagClassName
{
border-color: #035E07;
}
</style>