Shades of Turtle Green #2D3406
Tints of Turtle Green #2D3406
RGB
CMYK
RGB Variations
Color information
#2D3406 (or 0x2D3406) is known color: Turtle Green. HEX triplet: 2D, 34 and 06. RGB value is (45,52,6). Sum of RGB (Red+Green+Blue) = 45+52+6=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3406 is #D2CBF9. Grayscale: #2C2C2C. Windows color (decimal): -13814778 or 406573. OLE color: 406573.
HSL color Cylindrical-coordinate representation of color #2D3406: hue angle of 69.13º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D3406 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 6 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.80 |
| HSL | 69.13º | 0.79% | 0.11% | - |
| HSV(B) | 69.13º | 0.88% | 0.2% | - |
| XYZ | 2.34 | 3.03 | 0.63 | - |
| YUV | 44.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 6 | 0.13 | 0 | 0.88 | 0.80 | 69.13 | 0.79 | 0.11 |
| Hex | 2D | 34 | 6 | D | 0 | 58 | 50 | 45 | 4F | B |
| Octal | 55 | 64 | 6 | 15 | 0 | 130 | 120 | 105 | 117 | 13 |
| Binary | 101101 | 110100 | 110 | 1101 | 0 | 1011000 | 1010000 | 1000101 | 1001111 | 1011 |
Color Harmonies of #2D3406
Complementary color
Monochromatic Colors of #2D3406
Black with #2D3406
Text Example
Text Example
White with #2D3406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3406; }
p { color: rgb(45,52,6); }
H1.HeaderClassName
{
color: #2D3406;
}
.AnyTagClassName
{
color: #2D3406;
}
</style>
background-color css
<style>
a { background-color: #2D3406; }
a { background-color: rgb(45,52,6); }
div.DivClassName
{
background-color: #2D3406;
}
.BgClassName
{
background-color: #2D3406;
}
</style>
border-color css
<style>
span { border-color: #2D3406; }
span { border-color: rgb(45,52,6); }
td.TdClassName
{
border-color: #2D3406;
}
.TagClassName
{
border-color: #2D3406;
}
</style>