Shades of Turtle Green #28460A
Tints of Turtle Green #28460A
RGB
CMYK
RGB Variations
Color information
#28460A (or 0x28460A) is known color: Turtle Green. HEX triplet: 28, 46 and 0A. RGB value is (40,70,10). Sum of RGB (Red+Green+Blue) = 40+70+10=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #28460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28460A is #D7B9F5. Grayscale: #363636. Windows color (decimal): -14137846 or 673320. OLE color: 673320.
HSL color Cylindrical-coordinate representation of color #28460A: hue angle of 90º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28460A is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 70 | 10 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.73 |
| HSL | 90º | 0.75% | 0.16% | - |
| HSV(B) | 90º | 0.86% | 0.27% | - |
| XYZ | 3.12 | 4.85 | 1.06 | - |
| YUV | 54.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 10 | 0.43 | 0 | 0.86 | 0.73 | 90 | 0.75 | 0.16 |
| Hex | 28 | 46 | A | 2B | 0 | 56 | 49 | 5A | 4B | 10 |
| Octal | 50 | 106 | 12 | 53 | 0 | 126 | 111 | 132 | 113 | 20 |
| Binary | 101000 | 1000110 | 1010 | 101011 | 0 | 1010110 | 1001001 | 1011010 | 1001011 | 10000 |
Color Harmonies of #28460A
Complementary color
Monochromatic Colors of #28460A
Black with #28460A
Text Example
Text Example
White with #28460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28460A; }
p { color: rgb(40,70,10); }
H1.HeaderClassName
{
color: #28460A;
}
.AnyTagClassName
{
color: #28460A;
}
</style>
background-color css
<style>
a { background-color: #28460A; }
a { background-color: rgb(40,70,10); }
div.DivClassName
{
background-color: #28460A;
}
.BgClassName
{
background-color: #28460A;
}
</style>
border-color css
<style>
span { border-color: #28460A; }
span { border-color: rgb(40,70,10); }
td.TdClassName
{
border-color: #28460A;
}
.TagClassName
{
border-color: #28460A;
}
</style>