Shades of Turtle Green #2D3413
Tints of Turtle Green #2D3413
RGB
CMYK
RGB Variations
Color information
#2D3413 (or 0x2D3413) is known color: Turtle Green. HEX triplet: 2D, 34 and 13. RGB value is (45,52,19). Sum of RGB (Red+Green+Blue) = 45+52+19=116 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.79% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3413 is #D2CBEC. Grayscale: #2E2E2E. Windows color (decimal): -13814765 or 1258541. OLE color: 1258541.
HSL color Cylindrical-coordinate representation of color #2D3413: hue angle of 72.73º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D3413 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 19 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.80 |
| HSL | 72.73º | 0.46% | 0.14% | - |
| HSV(B) | 72.73º | 0.63% | 0.2% | - |
| XYZ | 2.43 | 3.06 | 1.08 | - |
| YUV | 46.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 19 | 0.13 | 0 | 0.63 | 0.80 | 72.73 | 0.46 | 0.14 |
| Hex | 2D | 34 | 13 | D | 0 | 3F | 50 | 49 | 2E | E |
| Octal | 55 | 64 | 23 | 15 | 0 | 77 | 120 | 111 | 56 | 16 |
| Binary | 101101 | 110100 | 10011 | 1101 | 0 | 111111 | 1010000 | 1001001 | 101110 | 1110 |
Color Harmonies of #2D3413
Complementary color
Monochromatic Colors of #2D3413
Black with #2D3413
Text Example
Text Example
White with #2D3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3413; }
p { color: rgb(45,52,19); }
H1.HeaderClassName
{
color: #2D3413;
}
.AnyTagClassName
{
color: #2D3413;
}
</style>
background-color css
<style>
a { background-color: #2D3413; }
a { background-color: rgb(45,52,19); }
div.DivClassName
{
background-color: #2D3413;
}
.BgClassName
{
background-color: #2D3413;
}
</style>
border-color css
<style>
span { border-color: #2D3413; }
span { border-color: rgb(45,52,19); }
td.TdClassName
{
border-color: #2D3413;
}
.TagClassName
{
border-color: #2D3413;
}
</style>