Shades of Turtle Green #28470A
Tints of Turtle Green #28470A
RGB
CMYK
RGB Variations
Color information
#28470A (or 0x28470A) is known color: Turtle Green. HEX triplet: 28, 47 and 0A. RGB value is (40,71,10). Sum of RGB (Red+Green+Blue) = 40+71+10=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #28470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28470A is #D7B8F5. Grayscale: #363636. Windows color (decimal): -14137590 or 673576. OLE color: 673576.
HSL color Cylindrical-coordinate representation of color #28470A: hue angle of 90.49º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28470A is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 10 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.72 |
| HSL | 90.49º | 0.75% | 0.16% | - |
| HSV(B) | 90.49º | 0.86% | 0.28% | - |
| XYZ | 3.18 | 4.98 | 1.08 | - |
| YUV | 54.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 10 | 0.44 | 0 | 0.86 | 0.72 | 90.49 | 0.75 | 0.16 |
| Hex | 28 | 47 | A | 2C | 0 | 56 | 48 | 5A | 4B | 10 |
| Octal | 50 | 107 | 12 | 54 | 0 | 126 | 110 | 132 | 113 | 20 |
| Binary | 101000 | 1000111 | 1010 | 101100 | 0 | 1010110 | 1001000 | 1011010 | 1001011 | 10000 |
Color Harmonies of #28470A
Complementary color
Monochromatic Colors of #28470A
Black with #28470A
Text Example
Text Example
White with #28470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28470A; }
p { color: rgb(40,71,10); }
H1.HeaderClassName
{
color: #28470A;
}
.AnyTagClassName
{
color: #28470A;
}
</style>
background-color css
<style>
a { background-color: #28470A; }
a { background-color: rgb(40,71,10); }
div.DivClassName
{
background-color: #28470A;
}
.BgClassName
{
background-color: #28470A;
}
</style>
border-color css
<style>
span { border-color: #28470A; }
span { border-color: rgb(40,71,10); }
td.TdClassName
{
border-color: #28470A;
}
.TagClassName
{
border-color: #28470A;
}
</style>