Shades of Green #035A03
Tints of Green #035A03
RGB
CMYK
RGB Variations
Color information
#035A03 (or 0x035A03) is known color: Green. HEX triplet: 03, 5A and 03. RGB value is (3,90,3). Sum of RGB (Red+Green+Blue) = 3+90+3=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 90 (35.55% from 255 or 93.75% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 90 - color contains mainly: green. Hex color #035A03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035A03 is #FCA5FC. Grayscale: #363636. Windows color (decimal): -16557565 or 219651. OLE color: 219651.
HSL color Cylindrical-coordinate representation of color #035A03: hue angle of 120º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A03 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 3 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.65 |
| HSL | 120º | 0.94% | 0.18% | - |
| HSV(B) | 120º | 0.97% | 0.35% | - |
| XYZ | 3.71 | 7.34 | 1.31 | - |
| YUV | 54.07 | 99.18 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 3 | 0.97 | 0 | 0.97 | 0.65 | 120 | 0.94 | 0.18 |
| Hex | 3 | 5A | 3 | 61 | 0 | 61 | 41 | 78 | 5E | 12 |
| Octal | 3 | 132 | 3 | 141 | 0 | 141 | 101 | 170 | 136 | 22 |
| Binary | 11 | 1011010 | 11 | 1100001 | 0 | 1100001 | 1000001 | 1111000 | 1011110 | 10010 |
Color Harmonies of #035A03
Complementary color
Monochromatic Colors of #035A03
Black with #035A03
Text Example
Text Example
White with #035A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A03; }
p { color: rgb(3,90,3); }
H1.HeaderClassName
{
color: #035A03;
}
.AnyTagClassName
{
color: #035A03;
}
</style>
background-color css
<style>
a { background-color: #035A03; }
a { background-color: rgb(3,90,3); }
div.DivClassName
{
background-color: #035A03;
}
.BgClassName
{
background-color: #035A03;
}
</style>
border-color css
<style>
span { border-color: #035A03; }
span { border-color: rgb(3,90,3); }
td.TdClassName
{
border-color: #035A03;
}
.TagClassName
{
border-color: #035A03;
}
</style>