Shades of Green #035C08
Tints of Green #035C08
RGB
CMYK
RGB Variations
Color information
#035C08 (or 0x035C08) is known color: Green. HEX triplet: 03, 5C and 08. RGB value is (3,92,8). Sum of RGB (Red+Green+Blue) = 3+92+8=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 92 (36.33% from 255 or 89.32% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 92 - color contains mainly: green. Hex color #035C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C08 is #FCA3F7. Grayscale: #383838. Windows color (decimal): -16557048 or 547843. OLE color: 547843.
HSL color Cylindrical-coordinate representation of color #035C08: hue angle of 123.37º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C08 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 8 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.64 |
| HSL | 123.37º | 0.94% | 0.19% | - |
| HSV(B) | 123.37º | 0.97% | 0.36% | - |
| XYZ | 3.91 | 7.69 | 1.51 | - |
| YUV | 55.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 8 | 0.97 | 0 | 0.91 | 0.64 | 123.37 | 0.94 | 0.19 |
| Hex | 3 | 5C | 8 | 61 | 0 | 5B | 40 | 7B | 5E | 13 |
| Octal | 3 | 134 | 10 | 141 | 0 | 133 | 100 | 173 | 136 | 23 |
| Binary | 11 | 1011100 | 1000 | 1100001 | 0 | 1011011 | 1000000 | 1111011 | 1011110 | 10011 |
Color Harmonies of #035C08
Complementary color
Monochromatic Colors of #035C08
Black with #035C08
Text Example
Text Example
White with #035C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C08; }
p { color: rgb(3,92,8); }
H1.HeaderClassName
{
color: #035C08;
}
.AnyTagClassName
{
color: #035C08;
}
</style>
background-color css
<style>
a { background-color: #035C08; }
a { background-color: rgb(3,92,8); }
div.DivClassName
{
background-color: #035C08;
}
.BgClassName
{
background-color: #035C08;
}
</style>
border-color css
<style>
span { border-color: #035C08; }
span { border-color: rgb(3,92,8); }
td.TdClassName
{
border-color: #035C08;
}
.TagClassName
{
border-color: #035C08;
}
</style>