Shades of Turtle Green #284707
Tints of Turtle Green #284707
RGB
CMYK
RGB Variations
Color information
#284707 (or 0x284707) is known color: Turtle Green. HEX triplet: 28, 47 and 07. RGB value is (40,71,7). Sum of RGB (Red+Green+Blue) = 40+71+7=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #284707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284707 is #D7B8F8. Grayscale: #363636. Windows color (decimal): -14137593 or 476968. OLE color: 476968.
HSL color Cylindrical-coordinate representation of color #284707: hue angle of 89.06º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #284707 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 7 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.72 |
| HSL | 89.06º | 0.82% | 0.15% | - |
| HSV(B) | 89.06º | 0.9% | 0.28% | - |
| XYZ | 3.17 | 4.97 | 0.99 | - |
| YUV | 54.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 7 | 0.44 | 0 | 0.90 | 0.72 | 89.06 | 0.82 | 0.15 |
| Hex | 28 | 47 | 7 | 2C | 0 | 5A | 48 | 59 | 52 | F |
| Octal | 50 | 107 | 7 | 54 | 0 | 132 | 110 | 131 | 122 | 17 |
| Binary | 101000 | 1000111 | 111 | 101100 | 0 | 1011010 | 1001000 | 1011001 | 1010010 | 1111 |
Color Harmonies of #284707
Complementary color
Monochromatic Colors of #284707
Black with #284707
Text Example
Text Example
White with #284707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284707; }
p { color: rgb(40,71,7); }
H1.HeaderClassName
{
color: #284707;
}
.AnyTagClassName
{
color: #284707;
}
</style>
background-color css
<style>
a { background-color: #284707; }
a { background-color: rgb(40,71,7); }
div.DivClassName
{
background-color: #284707;
}
.BgClassName
{
background-color: #284707;
}
</style>
border-color css
<style>
span { border-color: #284707; }
span { border-color: rgb(40,71,7); }
td.TdClassName
{
border-color: #284707;
}
.TagClassName
{
border-color: #284707;
}
</style>