Shades of Turtle Green #28460C
Tints of Turtle Green #28460C
RGB
CMYK
RGB Variations
Color information
#28460C (or 0x28460C) is known color: Turtle Green. HEX triplet: 28, 46 and 0C. RGB value is (40,70,12). Sum of RGB (Red+Green+Blue) = 40+70+12=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #28460C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28460C is #D7B9F3. Grayscale: #363636. Windows color (decimal): -14137844 or 804392. OLE color: 804392.
HSL color Cylindrical-coordinate representation of color #28460C: hue angle of 91.03º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28460C is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 70 | 12 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.73 |
| HSL | 91.03º | 0.71% | 0.16% | - |
| HSV(B) | 91.03º | 0.83% | 0.27% | - |
| XYZ | 3.13 | 4.86 | 1.12 | - |
| YUV | 54.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 12 | 0.43 | 0 | 0.83 | 0.73 | 91.03 | 0.71 | 0.16 |
| Hex | 28 | 46 | C | 2B | 0 | 53 | 49 | 5B | 47 | 10 |
| Octal | 50 | 106 | 14 | 53 | 0 | 123 | 111 | 133 | 107 | 20 |
| Binary | 101000 | 1000110 | 1100 | 101011 | 0 | 1010011 | 1001001 | 1011011 | 1000111 | 10000 |
Color Harmonies of #28460C
Complementary color
Monochromatic Colors of #28460C
Black with #28460C
Text Example
Text Example
White with #28460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28460C; }
p { color: rgb(40,70,12); }
H1.HeaderClassName
{
color: #28460C;
}
.AnyTagClassName
{
color: #28460C;
}
</style>
background-color css
<style>
a { background-color: #28460C; }
a { background-color: rgb(40,70,12); }
div.DivClassName
{
background-color: #28460C;
}
.BgClassName
{
background-color: #28460C;
}
</style>
border-color css
<style>
span { border-color: #28460C; }
span { border-color: rgb(40,70,12); }
td.TdClassName
{
border-color: #28460C;
}
.TagClassName
{
border-color: #28460C;
}
</style>