Shades of Turtle Green #28310C
Tints of Turtle Green #28310C
RGB
CMYK
RGB Variations
Color information
#28310C (or 0x28310C) is known color: Turtle Green. HEX triplet: 28, 31 and 0C. RGB value is (40,49,12). Sum of RGB (Red+Green+Blue) = 40+49+12=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #28310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28310C is #D7CEF3. Grayscale: #2A2A2A. Windows color (decimal): -14143220 or 799016. OLE color: 799016.
HSL color Cylindrical-coordinate representation of color #28310C: hue angle of 74.59º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28310C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 49 | 12 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.81 |
| HSL | 74.59º | 0.61% | 0.12% | - |
| HSV(B) | 74.59º | 0.76% | 0.19% | - |
| XYZ | 2.04 | 2.67 | 0.76 | - |
| YUV | 42.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 12 | 0.18 | 0 | 0.76 | 0.81 | 74.59 | 0.61 | 0.12 |
| Hex | 28 | 31 | C | 12 | 0 | 4C | 51 | 4B | 3D | C |
| Octal | 50 | 61 | 14 | 22 | 0 | 114 | 121 | 113 | 75 | 14 |
| Binary | 101000 | 110001 | 1100 | 10010 | 0 | 1001100 | 1010001 | 1001011 | 111101 | 1100 |
Color Harmonies of #28310C
Complementary color
Monochromatic Colors of #28310C
Black with #28310C
Text Example
Text Example
White with #28310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28310C; }
p { color: rgb(40,49,12); }
H1.HeaderClassName
{
color: #28310C;
}
.AnyTagClassName
{
color: #28310C;
}
</style>
background-color css
<style>
a { background-color: #28310C; }
a { background-color: rgb(40,49,12); }
div.DivClassName
{
background-color: #28310C;
}
.BgClassName
{
background-color: #28310C;
}
</style>
border-color css
<style>
span { border-color: #28310C; }
span { border-color: rgb(40,49,12); }
td.TdClassName
{
border-color: #28310C;
}
.TagClassName
{
border-color: #28310C;
}
</style>