Shades of Green #035E08
Tints of Green #035E08
RGB
CMYK
RGB Variations
Color information
#035E08 (or 0x035E08) is known color: Green. HEX triplet: 03, 5E and 08. RGB value is (3,94,8). Sum of RGB (Red+Green+Blue) = 3+94+8=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 94 (37.11% from 255 or 89.52% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 94 - color contains mainly: green. Hex color #035E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035E08 is #FCA1F7. Grayscale: #393939. Windows color (decimal): -16556536 or 548355. OLE color: 548355.
HSL color Cylindrical-coordinate representation of color #035E08: hue angle of 123.3º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035E08 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 94 | 8 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.63 |
| HSL | 123.3º | 0.94% | 0.19% | - |
| HSV(B) | 123.3º | 0.97% | 0.37% | - |
| XYZ | 4.08 | 8.04 | 1.57 | - |
| YUV | 56.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 8 | 0.97 | 0 | 0.91 | 0.63 | 123.3 | 0.94 | 0.19 |
| Hex | 3 | 5E | 8 | 61 | 0 | 5B | 3F | 7B | 5E | 13 |
| Octal | 3 | 136 | 10 | 141 | 0 | 133 | 77 | 173 | 136 | 23 |
| Binary | 11 | 1011110 | 1000 | 1100001 | 0 | 1011011 | 111111 | 1111011 | 1011110 | 10011 |
Color Harmonies of #035E08
Complementary color
Monochromatic Colors of #035E08
Black with #035E08
Text Example
Text Example
White with #035E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035E08; }
p { color: rgb(3,94,8); }
H1.HeaderClassName
{
color: #035E08;
}
.AnyTagClassName
{
color: #035E08;
}
</style>
background-color css
<style>
a { background-color: #035E08; }
a { background-color: rgb(3,94,8); }
div.DivClassName
{
background-color: #035E08;
}
.BgClassName
{
background-color: #035E08;
}
</style>
border-color css
<style>
span { border-color: #035E08; }
span { border-color: rgb(3,94,8); }
td.TdClassName
{
border-color: #035E08;
}
.TagClassName
{
border-color: #035E08;
}
</style>