Shades of Fun Green #035A34
Tints of Fun Green #035A34
RGB
CMYK
RGB Variations
Color information
#035A34 (or 0x035A34) is known color: Fun Green. HEX triplet: 03, 5A and 34. RGB value is (3,90,52). Sum of RGB (Red+Green+Blue) = 3+90+52=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #035A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A34 is #FCA5CB. Grayscale: #3B3B3B. Windows color (decimal): -16557516 or 3430915. OLE color: 3430915.
HSL color Cylindrical-coordinate representation of color #035A34: hue angle of 153.79º 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 #035A34 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 52 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.65 |
| HSL | 153.79º | 0.94% | 0.18% | - |
| HSV(B) | 153.79º | 0.97% | 0.35% | - |
| XYZ | 4.31 | 7.58 | 4.48 | - |
| YUV | 59.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 52 | 0.97 | 0 | 0.42 | 0.65 | 153.79 | 0.94 | 0.18 |
| Hex | 3 | 5A | 34 | 61 | 0 | 2A | 41 | 9A | 5E | 12 |
| Octal | 3 | 132 | 64 | 141 | 0 | 52 | 101 | 232 | 136 | 22 |
| Binary | 11 | 1011010 | 110100 | 1100001 | 0 | 101010 | 1000001 | 10011010 | 1011110 | 10010 |
Color Harmonies of #035A34
Complementary color
Monochromatic Colors of #035A34
Black with #035A34
Text Example
Text Example
White with #035A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A34; }
p { color: rgb(3,90,52); }
H1.HeaderClassName
{
color: #035A34;
}
.AnyTagClassName
{
color: #035A34;
}
</style>
background-color css
<style>
a { background-color: #035A34; }
a { background-color: rgb(3,90,52); }
div.DivClassName
{
background-color: #035A34;
}
.BgClassName
{
background-color: #035A34;
}
</style>
border-color css
<style>
span { border-color: #035A34; }
span { border-color: rgb(3,90,52); }
td.TdClassName
{
border-color: #035A34;
}
.TagClassName
{
border-color: #035A34;
}
</style>