Shades of Turtle Green #2D400D
Tints of Turtle Green #2D400D
RGB
CMYK
RGB Variations
Color information
#2D400D (or 0x2D400D) is known color: Turtle Green. HEX triplet: 2D, 40 and 0D. RGB value is (45,64,13). Sum of RGB (Red+Green+Blue) = 45+64+13=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #2D400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D400D is #D2BFF2. Grayscale: #343434. Windows color (decimal): -13811699 or 868397. OLE color: 868397.
HSL color Cylindrical-coordinate representation of color #2D400D: hue angle of 82.35º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D400D is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 13 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.75 |
| HSL | 82.35º | 0.66% | 0.15% | - |
| HSV(B) | 82.35º | 0.8% | 0.25% | - |
| XYZ | 2.99 | 4.25 | 1.04 | - |
| YUV | 52.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 13 | 0.30 | 0 | 0.80 | 0.75 | 82.35 | 0.66 | 0.15 |
| Hex | 2D | 40 | D | 1E | 0 | 50 | 4B | 52 | 42 | F |
| Octal | 55 | 100 | 15 | 36 | 0 | 120 | 113 | 122 | 102 | 17 |
| Binary | 101101 | 1000000 | 1101 | 11110 | 0 | 1010000 | 1001011 | 1010010 | 1000010 | 1111 |
Color Harmonies of #2D400D
Complementary color
Monochromatic Colors of #2D400D
Black with #2D400D
Text Example
Text Example
White with #2D400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D400D; }
p { color: rgb(45,64,13); }
H1.HeaderClassName
{
color: #2D400D;
}
.AnyTagClassName
{
color: #2D400D;
}
</style>
background-color css
<style>
a { background-color: #2D400D; }
a { background-color: rgb(45,64,13); }
div.DivClassName
{
background-color: #2D400D;
}
.BgClassName
{
background-color: #2D400D;
}
</style>
border-color css
<style>
span { border-color: #2D400D; }
span { border-color: rgb(45,64,13); }
td.TdClassName
{
border-color: #2D400D;
}
.TagClassName
{
border-color: #2D400D;
}
</style>