Shades of Turtle Green #284708
Tints of Turtle Green #284708
RGB
CMYK
RGB Variations
Color information
#284708 (or 0x284708) is known color: Turtle Green. HEX triplet: 28, 47 and 08. RGB value is (40,71,8). Sum of RGB (Red+Green+Blue) = 40+71+8=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #284708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284708 is #D7B8F7. Grayscale: #363636. Windows color (decimal): -14137592 or 542504. OLE color: 542504.
HSL color Cylindrical-coordinate representation of color #284708: hue angle of 89.52º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #284708 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 8 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.72 |
| HSL | 89.52º | 0.8% | 0.15% | - |
| HSV(B) | 89.52º | 0.89% | 0.28% | - |
| XYZ | 3.17 | 4.98 | 1.02 | - |
| YUV | 54.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 8 | 0.44 | 0 | 0.89 | 0.72 | 89.52 | 0.8 | 0.15 |
| Hex | 28 | 47 | 8 | 2C | 0 | 59 | 48 | 5A | 50 | F |
| Octal | 50 | 107 | 10 | 54 | 0 | 131 | 110 | 132 | 120 | 17 |
| Binary | 101000 | 1000111 | 1000 | 101100 | 0 | 1011001 | 1001000 | 1011010 | 1010000 | 1111 |
Color Harmonies of #284708
Complementary color
Monochromatic Colors of #284708
Black with #284708
Text Example
Text Example
White with #284708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284708; }
p { color: rgb(40,71,8); }
H1.HeaderClassName
{
color: #284708;
}
.AnyTagClassName
{
color: #284708;
}
</style>
background-color css
<style>
a { background-color: #284708; }
a { background-color: rgb(40,71,8); }
div.DivClassName
{
background-color: #284708;
}
.BgClassName
{
background-color: #284708;
}
</style>
border-color css
<style>
span { border-color: #284708; }
span { border-color: rgb(40,71,8); }
td.TdClassName
{
border-color: #284708;
}
.TagClassName
{
border-color: #284708;
}
</style>