Shades of Green #035C02
Tints of Green #035C02
RGB
CMYK
RGB Variations
Color information
#035C02 (or 0x035C02) is known color: Green. HEX triplet: 03, 5C and 02. RGB value is (3,92,2). Sum of RGB (Red+Green+Blue) = 3+92+2=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 92 (36.33% from 255 or 94.85% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 92 - color contains mainly: green. Hex color #035C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C02 is #FCA3FD. Grayscale: #373737. Windows color (decimal): -16557054 or 154627. OLE color: 154627.
HSL color Cylindrical-coordinate representation of color #035C02: hue angle of 119.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035C02 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 2 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.64 |
| HSL | 119.33º | 0.96% | 0.18% | - |
| HSV(B) | 119.33º | 0.98% | 0.36% | - |
| XYZ | 3.88 | 7.68 | 1.34 | - |
| YUV | 55.13 | 98.01 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 2 | 0.97 | 0 | 0.98 | 0.64 | 119.33 | 0.96 | 0.18 |
| Hex | 3 | 5C | 2 | 61 | 0 | 62 | 40 | 77 | 60 | 12 |
| Octal | 3 | 134 | 2 | 141 | 0 | 142 | 100 | 167 | 140 | 22 |
| Binary | 11 | 1011100 | 10 | 1100001 | 0 | 1100010 | 1000000 | 1110111 | 1100000 | 10010 |
Color Harmonies of #035C02
Complementary color
Monochromatic Colors of #035C02
Black with #035C02
Text Example
Text Example
White with #035C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C02; }
p { color: rgb(3,92,2); }
H1.HeaderClassName
{
color: #035C02;
}
.AnyTagClassName
{
color: #035C02;
}
</style>
background-color css
<style>
a { background-color: #035C02; }
a { background-color: rgb(3,92,2); }
div.DivClassName
{
background-color: #035C02;
}
.BgClassName
{
background-color: #035C02;
}
</style>
border-color css
<style>
span { border-color: #035C02; }
span { border-color: rgb(3,92,2); }
td.TdClassName
{
border-color: #035C02;
}
.TagClassName
{
border-color: #035C02;
}
</style>