Shades of Fun Green #006F2E
Tints of Fun Green #006F2E
RGB
CMYK
RGB Variations
Color information
#006F2E (or 0x006F2E) is known color: Fun Green. HEX triplet: 00, 6F and 2E. RGB value is (0,111,46). Sum of RGB (Red+Green+Blue) = 0+111+46=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #006F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F2E is #FF90D1. Grayscale: #464646. Windows color (decimal): -16748754 or 3043072. OLE color: 3043072.
HSL color Cylindrical-coordinate representation of color #006F2E: hue angle of 144.86º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F2E is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 46 | - |
| CMYK | 1 | 0 | 0.59 | 0.56 |
| HSL | 144.86º | 1% | 0.22% | - |
| HSV(B) | 144.86º | 1% | 0.44% | - |
| XYZ | 6.18 | 11.57 | 4.49 | - |
| YUV | 70.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 46 | 1 | 0 | 0.59 | 0.56 | 144.86 | 1 | 0.22 |
| Hex | 0 | 6F | 2E | 64 | 0 | 3B | 38 | 91 | 64 | 16 |
| Octal | 0 | 157 | 56 | 144 | 0 | 73 | 70 | 221 | 144 | 26 |
| Binary | 0 | 1101111 | 101110 | 1100100 | 0 | 111011 | 111000 | 10010001 | 1100100 | 10110 |
Color Harmonies of #006F2E
Complementary color
Monochromatic Colors of #006F2E
Black with #006F2E
Text Example
Text Example
White with #006F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F2E; }
p { color: rgb(0,111,46); }
H1.HeaderClassName
{
color: #006F2E;
}
.AnyTagClassName
{
color: #006F2E;
}
</style>
background-color css
<style>
a { background-color: #006F2E; }
a { background-color: rgb(0,111,46); }
div.DivClassName
{
background-color: #006F2E;
}
.BgClassName
{
background-color: #006F2E;
}
</style>
border-color css
<style>
span { border-color: #006F2E; }
span { border-color: rgb(0,111,46); }
td.TdClassName
{
border-color: #006F2E;
}
.TagClassName
{
border-color: #006F2E;
}
</style>