Shades of Turtle Green #284805
Tints of Turtle Green #284805
RGB
CMYK
RGB Variations
Color information
#284805 (or 0x284805) is known color: Turtle Green. HEX triplet: 28, 48 and 05. RGB value is (40,72,5). Sum of RGB (Red+Green+Blue) = 40+72+5=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #284805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284805 is #D7B7FA. Grayscale: #373737. Windows color (decimal): -14137339 or 346152. OLE color: 346152.
HSL color Cylindrical-coordinate representation of color #284805: hue angle of 88.66º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #284805 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 72 | 5 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.72 |
| HSL | 88.66º | 0.87% | 0.15% | - |
| HSV(B) | 88.66º | 0.93% | 0.28% | - |
| XYZ | 3.22 | 5.1 | 0.96 | - |
| YUV | 54.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 5 | 0.44 | 0 | 0.93 | 0.72 | 88.66 | 0.87 | 0.15 |
| Hex | 28 | 48 | 5 | 2C | 0 | 5D | 48 | 59 | 57 | F |
| Octal | 50 | 110 | 5 | 54 | 0 | 135 | 110 | 131 | 127 | 17 |
| Binary | 101000 | 1001000 | 101 | 101100 | 0 | 1011101 | 1001000 | 1011001 | 1010111 | 1111 |
Color Harmonies of #284805
Complementary color
Monochromatic Colors of #284805
Black with #284805
Text Example
Text Example
White with #284805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284805; }
p { color: rgb(40,72,5); }
H1.HeaderClassName
{
color: #284805;
}
.AnyTagClassName
{
color: #284805;
}
</style>
background-color css
<style>
a { background-color: #284805; }
a { background-color: rgb(40,72,5); }
div.DivClassName
{
background-color: #284805;
}
.BgClassName
{
background-color: #284805;
}
</style>
border-color css
<style>
span { border-color: #284805; }
span { border-color: rgb(40,72,5); }
td.TdClassName
{
border-color: #284805;
}
.TagClassName
{
border-color: #284805;
}
</style>