Shades of Green #035C01
Tints of Green #035C01
RGB
CMYK
RGB Variations
Color information
#035C01 (or 0x035C01) is known color: Green. HEX triplet: 03, 5C and 01. RGB value is (3,92,1). Sum of RGB (Red+Green+Blue) = 3+92+1=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 92 (36.33% from 255 or 95.83% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 92 - color contains mainly: green. Hex color #035C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C01 is #FCA3FE. Grayscale: #373737. Windows color (decimal): -16557055 or 89091. OLE color: 89091.
HSL color Cylindrical-coordinate representation of color #035C01: hue angle of 118.68º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035C01 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 1 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.64 |
| HSL | 118.68º | 0.98% | 0.18% | - |
| HSV(B) | 118.68º | 0.99% | 0.36% | - |
| XYZ | 3.87 | 7.68 | 1.31 | - |
| YUV | 55.02 | 97.51 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 1 | 0.97 | 0 | 0.99 | 0.64 | 118.68 | 0.98 | 0.18 |
| Hex | 3 | 5C | 1 | 61 | 0 | 63 | 40 | 77 | 62 | 12 |
| Octal | 3 | 134 | 1 | 141 | 0 | 143 | 100 | 167 | 142 | 22 |
| Binary | 11 | 1011100 | 1 | 1100001 | 0 | 1100011 | 1000000 | 1110111 | 1100010 | 10010 |
Color Harmonies of #035C01
Complementary color
Monochromatic Colors of #035C01
Black with #035C01
Text Example
Text Example
White with #035C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C01; }
p { color: rgb(3,92,1); }
H1.HeaderClassName
{
color: #035C01;
}
.AnyTagClassName
{
color: #035C01;
}
</style>
background-color css
<style>
a { background-color: #035C01; }
a { background-color: rgb(3,92,1); }
div.DivClassName
{
background-color: #035C01;
}
.BgClassName
{
background-color: #035C01;
}
</style>
border-color css
<style>
span { border-color: #035C01; }
span { border-color: rgb(3,92,1); }
td.TdClassName
{
border-color: #035C01;
}
.TagClassName
{
border-color: #035C01;
}
</style>