Shades of Green #035C00
Tints of Green #035C00
RGB
CMYK
RGB Variations
Color information
#035C00 (or 0x035C00) is known color: Green. HEX triplet: 03, 5C and 00. RGB value is (3,92,0). Sum of RGB (Red+Green+Blue) = 3+92+0=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 92 (36.33% from 255 or 96.84% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 92 - color contains mainly: green. Hex color #035C00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C00 is #FCA3FF. Grayscale: #373737. Windows color (decimal): -16557056 or 23555. OLE color: 23555.
HSL color Cylindrical-coordinate representation of color #035C00: hue angle of 118.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #035C00 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.64 |
| HSL | 118.04º | 1% | 0.18% | - |
| HSV(B) | 118.04º | 1% | 0.36% | - |
| XYZ | 3.86 | 7.67 | 1.28 | - |
| YUV | 54.9 | 97.01 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 0 | 0.97 | 0 | 1 | 0.64 | 118.04 | 1 | 0.18 |
| Hex | 3 | 5C | 0 | 61 | 0 | 64 | 40 | 76 | 64 | 12 |
| Octal | 3 | 134 | 0 | 141 | 0 | 144 | 100 | 166 | 144 | 22 |
| Binary | 11 | 1011100 | 0 | 1100001 | 0 | 1100100 | 1000000 | 1110110 | 1100100 | 10010 |
Color Harmonies of #035C00
Complementary color
Monochromatic Colors of #035C00
Black with #035C00
Text Example
Text Example
White with #035C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C00; }
p { color: rgb(3,92,0); }
H1.HeaderClassName
{
color: #035C00;
}
.AnyTagClassName
{
color: #035C00;
}
</style>
background-color css
<style>
a { background-color: #035C00; }
a { background-color: rgb(3,92,0); }
div.DivClassName
{
background-color: #035C00;
}
.BgClassName
{
background-color: #035C00;
}
</style>
border-color css
<style>
span { border-color: #035C00; }
span { border-color: rgb(3,92,0); }
td.TdClassName
{
border-color: #035C00;
}
.TagClassName
{
border-color: #035C00;
}
</style>