Shades of Turtle Green #2D3412
Tints of Turtle Green #2D3412
RGB
CMYK
RGB Variations
Color information
#2D3412 (or 0x2D3412) is known color: Turtle Green. HEX triplet: 2D, 34 and 12. RGB value is (45,52,18). Sum of RGB (Red+Green+Blue) = 45+52+18=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3412 is #D2CBED. Grayscale: #2E2E2E. Windows color (decimal): -13814766 or 1193005. OLE color: 1193005.
HSL color Cylindrical-coordinate representation of color #2D3412: hue angle of 72.35º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D3412 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 18 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.80 |
| HSL | 72.35º | 0.49% | 0.14% | - |
| HSV(B) | 72.35º | 0.65% | 0.2% | - |
| XYZ | 2.42 | 3.06 | 1.03 | - |
| YUV | 46.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 18 | 0.13 | 0 | 0.65 | 0.80 | 72.35 | 0.49 | 0.14 |
| Hex | 2D | 34 | 12 | D | 0 | 41 | 50 | 48 | 31 | E |
| Octal | 55 | 64 | 22 | 15 | 0 | 101 | 120 | 110 | 61 | 16 |
| Binary | 101101 | 110100 | 10010 | 1101 | 0 | 1000001 | 1010000 | 1001000 | 110001 | 1110 |
Color Harmonies of #2D3412
Complementary color
Monochromatic Colors of #2D3412
Black with #2D3412
Text Example
Text Example
White with #2D3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3412; }
p { color: rgb(45,52,18); }
H1.HeaderClassName
{
color: #2D3412;
}
.AnyTagClassName
{
color: #2D3412;
}
</style>
background-color css
<style>
a { background-color: #2D3412; }
a { background-color: rgb(45,52,18); }
div.DivClassName
{
background-color: #2D3412;
}
.BgClassName
{
background-color: #2D3412;
}
</style>
border-color css
<style>
span { border-color: #2D3412; }
span { border-color: rgb(45,52,18); }
td.TdClassName
{
border-color: #2D3412;
}
.TagClassName
{
border-color: #2D3412;
}
</style>