Shades of Turtle Green #28300D
Tints of Turtle Green #28300D
RGB
CMYK
RGB Variations
Color information
#28300D (or 0x28300D) is known color: Turtle Green. HEX triplet: 28, 30 and 0D. RGB value is (40,48,13). Sum of RGB (Red+Green+Blue) = 40+48+13=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #28300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28300D is #D7CFF2. Grayscale: #292929. Windows color (decimal): -14143475 or 864296. OLE color: 864296.
HSL color Cylindrical-coordinate representation of color #28300D: hue angle of 73.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28300D is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 48 | 13 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.81 |
| HSL | 73.71º | 0.57% | 0.12% | - |
| HSV(B) | 73.71º | 0.73% | 0.19% | - |
| XYZ | 2 | 2.59 | 0.78 | - |
| YUV | 41.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 13 | 0.17 | 0 | 0.73 | 0.81 | 73.71 | 0.57 | 0.12 |
| Hex | 28 | 30 | D | 11 | 0 | 49 | 51 | 4A | 39 | C |
| Octal | 50 | 60 | 15 | 21 | 0 | 111 | 121 | 112 | 71 | 14 |
| Binary | 101000 | 110000 | 1101 | 10001 | 0 | 1001001 | 1010001 | 1001010 | 111001 | 1100 |
Color Harmonies of #28300D
Complementary color
Monochromatic Colors of #28300D
Black with #28300D
Text Example
Text Example
White with #28300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28300D; }
p { color: rgb(40,48,13); }
H1.HeaderClassName
{
color: #28300D;
}
.AnyTagClassName
{
color: #28300D;
}
</style>
background-color css
<style>
a { background-color: #28300D; }
a { background-color: rgb(40,48,13); }
div.DivClassName
{
background-color: #28300D;
}
.BgClassName
{
background-color: #28300D;
}
</style>
border-color css
<style>
span { border-color: #28300D; }
span { border-color: rgb(40,48,13); }
td.TdClassName
{
border-color: #28300D;
}
.TagClassName
{
border-color: #28300D;
}
</style>