Shades of Fun Green #03702F
Tints of Fun Green #03702F
RGB
CMYK
RGB Variations
Color information
#03702F (or 0x03702F) is known color: Fun Green. HEX triplet: 03, 70 and 2F. RGB value is (3,112,47). Sum of RGB (Red+Green+Blue) = 3+112+47=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #03702F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03702F is #FC8FD0. Grayscale: #484848. Windows color (decimal): -16551889 or 3108867. OLE color: 3108867.
HSL color Cylindrical-coordinate representation of color #03702F: hue angle of 144.22º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03702F is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 112 | 47 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.56 |
| HSL | 144.22º | 0.95% | 0.23% | - |
| HSV(B) | 144.22º | 0.97% | 0.44% | - |
| XYZ | 6.34 | 11.81 | 4.64 | - |
| YUV | 72 | 113.89 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 47 | 0.97 | 0 | 0.58 | 0.56 | 144.22 | 0.95 | 0.23 |
| Hex | 3 | 70 | 2F | 61 | 0 | 3A | 38 | 90 | 5F | 17 |
| Octal | 3 | 160 | 57 | 141 | 0 | 72 | 70 | 220 | 137 | 27 |
| Binary | 11 | 1110000 | 101111 | 1100001 | 0 | 111010 | 111000 | 10010000 | 1011111 | 10111 |
Color Harmonies of #03702F
Complementary color
Monochromatic Colors of #03702F
Black with #03702F
Text Example
Text Example
White with #03702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03702F; }
p { color: rgb(3,112,47); }
H1.HeaderClassName
{
color: #03702F;
}
.AnyTagClassName
{
color: #03702F;
}
</style>
background-color css
<style>
a { background-color: #03702F; }
a { background-color: rgb(3,112,47); }
div.DivClassName
{
background-color: #03702F;
}
.BgClassName
{
background-color: #03702F;
}
</style>
border-color css
<style>
span { border-color: #03702F; }
span { border-color: rgb(3,112,47); }
td.TdClassName
{
border-color: #03702F;
}
.TagClassName
{
border-color: #03702F;
}
</style>