Shades of Turtle Green #2D3514
Tints of Turtle Green #2D3514
RGB
CMYK
RGB Variations
Color information
#2D3514 (or 0x2D3514) is known color: Turtle Green. HEX triplet: 2D, 35 and 14. RGB value is (45,53,20). Sum of RGB (Red+Green+Blue) = 45+53+20=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3514 is #D2CAEB. Grayscale: #2E2E2E. Windows color (decimal): -13814508 or 1324333. OLE color: 1324333.
HSL color Cylindrical-coordinate representation of color #2D3514: hue angle of 74.55º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D3514 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 20 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.79 |
| HSL | 74.55º | 0.45% | 0.14% | - |
| HSV(B) | 74.55º | 0.62% | 0.21% | - |
| XYZ | 2.48 | 3.15 | 1.14 | - |
| YUV | 46.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 20 | 0.15 | 0 | 0.62 | 0.79 | 74.55 | 0.45 | 0.14 |
| Hex | 2D | 35 | 14 | F | 0 | 3E | 4F | 4B | 2D | E |
| Octal | 55 | 65 | 24 | 17 | 0 | 76 | 117 | 113 | 55 | 16 |
| Binary | 101101 | 110101 | 10100 | 1111 | 0 | 111110 | 1001111 | 1001011 | 101101 | 1110 |
Color Harmonies of #2D3514
Complementary color
Monochromatic Colors of #2D3514
Black with #2D3514
Text Example
Text Example
White with #2D3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3514; }
p { color: rgb(45,53,20); }
H1.HeaderClassName
{
color: #2D3514;
}
.AnyTagClassName
{
color: #2D3514;
}
</style>
background-color css
<style>
a { background-color: #2D3514; }
a { background-color: rgb(45,53,20); }
div.DivClassName
{
background-color: #2D3514;
}
.BgClassName
{
background-color: #2D3514;
}
</style>
border-color css
<style>
span { border-color: #2D3514; }
span { border-color: rgb(45,53,20); }
td.TdClassName
{
border-color: #2D3514;
}
.TagClassName
{
border-color: #2D3514;
}
</style>