Shades of Turtle Green #28350D
Tints of Turtle Green #28350D
RGB
CMYK
RGB Variations
Color information
#28350D (or 0x28350D) is known color: Turtle Green. HEX triplet: 28, 35 and 0D. RGB value is (40,53,13). Sum of RGB (Red+Green+Blue) = 40+53+13=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #28350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28350D is #D7CAF2. Grayscale: #2C2C2C. Windows color (decimal): -14142195 or 865576. OLE color: 865576.
HSL color Cylindrical-coordinate representation of color #28350D: hue angle of 79.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28350D is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 53 | 13 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.79 |
| HSL | 79.5º | 0.61% | 0.13% | - |
| HSV(B) | 79.5º | 0.75% | 0.21% | - |
| XYZ | 2.22 | 3.03 | 0.85 | - |
| YUV | 44.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 13 | 0.25 | 0 | 0.75 | 0.79 | 79.5 | 0.61 | 0.13 |
| Hex | 28 | 35 | D | 19 | 0 | 4B | 4F | 50 | 3D | D |
| Octal | 50 | 65 | 15 | 31 | 0 | 113 | 117 | 120 | 75 | 15 |
| Binary | 101000 | 110101 | 1101 | 11001 | 0 | 1001011 | 1001111 | 1010000 | 111101 | 1101 |
Color Harmonies of #28350D
Complementary color
Monochromatic Colors of #28350D
Black with #28350D
Text Example
Text Example
White with #28350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28350D; }
p { color: rgb(40,53,13); }
H1.HeaderClassName
{
color: #28350D;
}
.AnyTagClassName
{
color: #28350D;
}
</style>
background-color css
<style>
a { background-color: #28350D; }
a { background-color: rgb(40,53,13); }
div.DivClassName
{
background-color: #28350D;
}
.BgClassName
{
background-color: #28350D;
}
</style>
border-color css
<style>
span { border-color: #28350D; }
span { border-color: rgb(40,53,13); }
td.TdClassName
{
border-color: #28350D;
}
.TagClassName
{
border-color: #28350D;
}
</style>