Shades of Fun Green #035F3A
Tints of Fun Green #035F3A
RGB
CMYK
RGB Variations
Color information
#035F3A (or 0x035F3A) is known color: Fun Green. HEX triplet: 03, 5F and 3A. RGB value is (3,95,58). Sum of RGB (Red+Green+Blue) = 3+95+58=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 95 (37.5% from 255 or 60.90% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 95 - color contains mainly: green. Hex color #035F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035F3A is #FCA0C5. Grayscale: #3F3F3F. Windows color (decimal): -16556230 or 3825411. OLE color: 3825411.
HSL color Cylindrical-coordinate representation of color #035F3A: hue angle of 155.87º 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 #035F3A is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 95 | 58 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.63 |
| HSL | 155.87º | 0.94% | 0.19% | - |
| HSV(B) | 155.87º | 0.97% | 0.37% | - |
| XYZ | 4.89 | 8.51 | 5.39 | - |
| YUV | 63.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 58 | 0.97 | 0 | 0.39 | 0.63 | 155.87 | 0.94 | 0.19 |
| Hex | 3 | 5F | 3A | 61 | 0 | 27 | 3F | 9C | 5E | 13 |
| Octal | 3 | 137 | 72 | 141 | 0 | 47 | 77 | 234 | 136 | 23 |
| Binary | 11 | 1011111 | 111010 | 1100001 | 0 | 100111 | 111111 | 10011100 | 1011110 | 10011 |
Color Harmonies of #035F3A
Complementary color
Monochromatic Colors of #035F3A
Black with #035F3A
Text Example
Text Example
White with #035F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F3A; }
p { color: rgb(3,95,58); }
H1.HeaderClassName
{
color: #035F3A;
}
.AnyTagClassName
{
color: #035F3A;
}
</style>
background-color css
<style>
a { background-color: #035F3A; }
a { background-color: rgb(3,95,58); }
div.DivClassName
{
background-color: #035F3A;
}
.BgClassName
{
background-color: #035F3A;
}
</style>
border-color css
<style>
span { border-color: #035F3A; }
span { border-color: rgb(3,95,58); }
td.TdClassName
{
border-color: #035F3A;
}
.TagClassName
{
border-color: #035F3A;
}
</style>