Shades of Turtle Green #2D3314
Tints of Turtle Green #2D3314
RGB
CMYK
RGB Variations
Color information
#2D3314 (or 0x2D3314) is known color: Turtle Green. HEX triplet: 2D, 33 and 14. RGB value is (45,51,20). Sum of RGB (Red+Green+Blue) = 45+51+20=116 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.79% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #2D3314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3314 is #D2CCEB. Grayscale: #2D2D2D. Windows color (decimal): -13815020 or 1323821. OLE color: 1323821.
HSL color Cylindrical-coordinate representation of color #2D3314: hue angle of 71.61º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D3314 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 51 | 20 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.8 |
| HSL | 71.61º | 0.44% | 0.14% | - |
| HSV(B) | 71.61º | 0.61% | 0.2% | - |
| XYZ | 2.39 | 2.98 | 1.11 | - |
| YUV | 45.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 20 | 0.12 | 0 | 0.61 | 0.8 | 71.61 | 0.44 | 0.14 |
| Hex | 2D | 33 | 14 | C | 0 | 3D | 50 | 48 | 2C | E |
| Octal | 55 | 63 | 24 | 14 | 0 | 75 | 120 | 110 | 54 | 16 |
| Binary | 101101 | 110011 | 10100 | 1100 | 0 | 111101 | 1010000 | 1001000 | 101100 | 1110 |
Color Harmonies of #2D3314
Complementary color
Monochromatic Colors of #2D3314
Black with #2D3314
Text Example
Text Example
White with #2D3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3314; }
p { color: rgb(45,51,20); }
H1.HeaderClassName
{
color: #2D3314;
}
.AnyTagClassName
{
color: #2D3314;
}
</style>
background-color css
<style>
a { background-color: #2D3314; }
a { background-color: rgb(45,51,20); }
div.DivClassName
{
background-color: #2D3314;
}
.BgClassName
{
background-color: #2D3314;
}
</style>
border-color css
<style>
span { border-color: #2D3314; }
span { border-color: rgb(45,51,20); }
td.TdClassName
{
border-color: #2D3314;
}
.TagClassName
{
border-color: #2D3314;
}
</style>