Shades of Green #035A0B
Tints of Green #035A0B
RGB
CMYK
RGB Variations
Color information
#035A0B (or 0x035A0B) is known color: Green. HEX triplet: 03, 5A and 0B. RGB value is (3,90,11). Sum of RGB (Red+Green+Blue) = 3+90+11=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 90 (35.55% from 255 or 86.54% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 90 - color contains mainly: green. Hex color #035A0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035A0B is #FCA5F4. Grayscale: #373737. Windows color (decimal): -16557557 or 743939. OLE color: 743939.
HSL color Cylindrical-coordinate representation of color #035A0B: hue angle of 125.52º 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 #035A0B is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 11 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.65 |
| HSL | 125.52º | 0.94% | 0.18% | - |
| HSV(B) | 125.52º | 0.97% | 0.35% | - |
| XYZ | 3.75 | 7.36 | 1.54 | - |
| YUV | 54.98 | 103.18 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 11 | 0.97 | 0 | 0.88 | 0.65 | 125.52 | 0.94 | 0.18 |
| Hex | 3 | 5A | B | 61 | 0 | 58 | 41 | 7E | 5E | 12 |
| Octal | 3 | 132 | 13 | 141 | 0 | 130 | 101 | 176 | 136 | 22 |
| Binary | 11 | 1011010 | 1011 | 1100001 | 0 | 1011000 | 1000001 | 1111110 | 1011110 | 10010 |
Color Harmonies of #035A0B
Complementary color
Monochromatic Colors of #035A0B
Black with #035A0B
Text Example
Text Example
White with #035A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A0B; }
p { color: rgb(3,90,11); }
H1.HeaderClassName
{
color: #035A0B;
}
.AnyTagClassName
{
color: #035A0B;
}
</style>
background-color css
<style>
a { background-color: #035A0B; }
a { background-color: rgb(3,90,11); }
div.DivClassName
{
background-color: #035A0B;
}
.BgClassName
{
background-color: #035A0B;
}
</style>
border-color css
<style>
span { border-color: #035A0B; }
span { border-color: rgb(3,90,11); }
td.TdClassName
{
border-color: #035A0B;
}
.TagClassName
{
border-color: #035A0B;
}
</style>