Shades of Fun Green #006D2F
Tints of Fun Green #006D2F
RGB
CMYK
RGB Variations
Color information
#006D2F (or 0x006D2F) is known color: Fun Green. HEX triplet: 00, 6D and 2F. RGB value is (0,109,47). Sum of RGB (Red+Green+Blue) = 0+109+47=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 109 (42.97% from 255 or 69.87% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 109 - color contains mainly: green. Hex color #006D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D2F is #FF92D0. Grayscale: #454545. Windows color (decimal): -16749265 or 3108096. OLE color: 3108096.
HSL color Cylindrical-coordinate representation of color #006D2F: hue angle of 145.87º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D2F is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 109 | 47 | - |
| CMYK | 1 | 0 | 0.57 | 0.57 |
| HSL | 145.87º | 1% | 0.21% | - |
| HSV(B) | 145.87º | 1% | 0.43% | - |
| XYZ | 5.98 | 11.14 | 4.52 | - |
| YUV | 69.34 | 115.39 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 47 | 1 | 0 | 0.57 | 0.57 | 145.87 | 1 | 0.21 |
| Hex | 0 | 6D | 2F | 64 | 0 | 39 | 39 | 92 | 64 | 15 |
| Octal | 0 | 155 | 57 | 144 | 0 | 71 | 71 | 222 | 144 | 25 |
| Binary | 0 | 1101101 | 101111 | 1100100 | 0 | 111001 | 111001 | 10010010 | 1100100 | 10101 |
Color Harmonies of #006D2F
Complementary color
Monochromatic Colors of #006D2F
Black with #006D2F
Text Example
Text Example
White with #006D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D2F; }
p { color: rgb(0,109,47); }
H1.HeaderClassName
{
color: #006D2F;
}
.AnyTagClassName
{
color: #006D2F;
}
</style>
background-color css
<style>
a { background-color: #006D2F; }
a { background-color: rgb(0,109,47); }
div.DivClassName
{
background-color: #006D2F;
}
.BgClassName
{
background-color: #006D2F;
}
</style>
border-color css
<style>
span { border-color: #006D2F; }
span { border-color: rgb(0,109,47); }
td.TdClassName
{
border-color: #006D2F;
}
.TagClassName
{
border-color: #006D2F;
}
</style>