Shades of Fun Green #035F32
Tints of Fun Green #035F32
RGB
CMYK
RGB Variations
Color information
#035F32 (or 0x035F32) is known color: Fun Green. HEX triplet: 03, 5F and 32. RGB value is (3,95,50). Sum of RGB (Red+Green+Blue) = 3+95+50=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 95 (37.5% from 255 or 64.19% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 95 - color contains mainly: green. Hex color #035F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035F32 is #FCA0CD. Grayscale: #3E3E3E. Windows color (decimal): -16556238 or 3301123. OLE color: 3301123.
HSL color Cylindrical-coordinate representation of color #035F32: hue angle of 150.65º 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 #035F32 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 95 | 50 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.63 |
| HSL | 150.65º | 0.94% | 0.19% | - |
| HSV(B) | 150.65º | 0.97% | 0.37% | - |
| XYZ | 4.71 | 8.43 | 4.4 | - |
| YUV | 62.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 50 | 0.97 | 0 | 0.47 | 0.63 | 150.65 | 0.94 | 0.19 |
| Hex | 3 | 5F | 32 | 61 | 0 | 2F | 3F | 97 | 5E | 13 |
| Octal | 3 | 137 | 62 | 141 | 0 | 57 | 77 | 227 | 136 | 23 |
| Binary | 11 | 1011111 | 110010 | 1100001 | 0 | 101111 | 111111 | 10010111 | 1011110 | 10011 |
Color Harmonies of #035F32
Complementary color
Monochromatic Colors of #035F32
Black with #035F32
Text Example
Text Example
White with #035F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F32; }
p { color: rgb(3,95,50); }
H1.HeaderClassName
{
color: #035F32;
}
.AnyTagClassName
{
color: #035F32;
}
</style>
background-color css
<style>
a { background-color: #035F32; }
a { background-color: rgb(3,95,50); }
div.DivClassName
{
background-color: #035F32;
}
.BgClassName
{
background-color: #035F32;
}
</style>
border-color css
<style>
span { border-color: #035F32; }
span { border-color: rgb(3,95,50); }
td.TdClassName
{
border-color: #035F32;
}
.TagClassName
{
border-color: #035F32;
}
</style>