Shades of Green #035D02
Tints of Green #035D02
RGB
CMYK
RGB Variations
Color information
#035D02 (or 0x035D02) is known color: Green. HEX triplet: 03, 5D and 02. RGB value is (3,93,2). Sum of RGB (Red+Green+Blue) = 3+93+2=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 93 (36.72% from 255 or 94.90% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 93 - color contains mainly: green. Hex color #035D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035D02 is #FCA2FD. Grayscale: #373737. Windows color (decimal): -16556798 or 154883. OLE color: 154883.
HSL color Cylindrical-coordinate representation of color #035D02: hue angle of 119.34º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035D02 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 93 | 2 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.64 |
| HSL | 119.34º | 0.96% | 0.19% | - |
| HSV(B) | 119.34º | 0.98% | 0.36% | - |
| XYZ | 3.96 | 7.85 | 1.36 | - |
| YUV | 55.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 2 | 0.97 | 0 | 0.98 | 0.64 | 119.34 | 0.96 | 0.19 |
| Hex | 3 | 5D | 2 | 61 | 0 | 62 | 40 | 77 | 60 | 13 |
| Octal | 3 | 135 | 2 | 141 | 0 | 142 | 100 | 167 | 140 | 23 |
| Binary | 11 | 1011101 | 10 | 1100001 | 0 | 1100010 | 1000000 | 1110111 | 1100000 | 10011 |
Color Harmonies of #035D02
Complementary color
Monochromatic Colors of #035D02
Black with #035D02
Text Example
Text Example
White with #035D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D02; }
p { color: rgb(3,93,2); }
H1.HeaderClassName
{
color: #035D02;
}
.AnyTagClassName
{
color: #035D02;
}
</style>
background-color css
<style>
a { background-color: #035D02; }
a { background-color: rgb(3,93,2); }
div.DivClassName
{
background-color: #035D02;
}
.BgClassName
{
background-color: #035D02;
}
</style>
border-color css
<style>
span { border-color: #035D02; }
span { border-color: rgb(3,93,2); }
td.TdClassName
{
border-color: #035D02;
}
.TagClassName
{
border-color: #035D02;
}
</style>