Shades of Turtle Green #28320D
Tints of Turtle Green #28320D
RGB
CMYK
RGB Variations
Color information
#28320D (or 0x28320D) is known color: Turtle Green. HEX triplet: 28, 32 and 0D. RGB value is (40,50,13). Sum of RGB (Red+Green+Blue) = 40+50+13=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #28320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28320D is #D7CDF2. Grayscale: #2A2A2A. Windows color (decimal): -14142963 or 864808. OLE color: 864808.
HSL color Cylindrical-coordinate representation of color #28320D: hue angle of 76.22º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28320D is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 13 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.80 |
| HSL | 76.22º | 0.59% | 0.12% | - |
| HSV(B) | 76.22º | 0.74% | 0.2% | - |
| XYZ | 2.09 | 2.76 | 0.8 | - |
| YUV | 42.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 13 | 0.20 | 0 | 0.74 | 0.80 | 76.22 | 0.59 | 0.12 |
| Hex | 28 | 32 | D | 14 | 0 | 4A | 50 | 4C | 3B | C |
| Octal | 50 | 62 | 15 | 24 | 0 | 112 | 120 | 114 | 73 | 14 |
| Binary | 101000 | 110010 | 1101 | 10100 | 0 | 1001010 | 1010000 | 1001100 | 111011 | 1100 |
Color Harmonies of #28320D
Complementary color
Monochromatic Colors of #28320D
Black with #28320D
Text Example
Text Example
White with #28320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28320D; }
p { color: rgb(40,50,13); }
H1.HeaderClassName
{
color: #28320D;
}
.AnyTagClassName
{
color: #28320D;
}
</style>
background-color css
<style>
a { background-color: #28320D; }
a { background-color: rgb(40,50,13); }
div.DivClassName
{
background-color: #28320D;
}
.BgClassName
{
background-color: #28320D;
}
</style>
border-color css
<style>
span { border-color: #28320D; }
span { border-color: rgb(40,50,13); }
td.TdClassName
{
border-color: #28320D;
}
.TagClassName
{
border-color: #28320D;
}
</style>