Shades of Turtle Green #2D3515
Tints of Turtle Green #2D3515
RGB
CMYK
RGB Variations
Color information
#2D3515 (or 0x2D3515) is known color: Turtle Green. HEX triplet: 2D, 35 and 15. RGB value is (45,53,21). Sum of RGB (Red+Green+Blue) = 45+53+21=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3515 is #D2CAEA. Grayscale: #2F2F2F. Windows color (decimal): -13814507 or 1389869. OLE color: 1389869.
HSL color Cylindrical-coordinate representation of color #2D3515: hue angle of 75º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D3515 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 21 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.79 |
| HSL | 75º | 0.43% | 0.15% | - |
| HSV(B) | 75º | 0.6% | 0.21% | - |
| XYZ | 2.49 | 3.16 | 1.19 | - |
| YUV | 46.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 21 | 0.15 | 0 | 0.60 | 0.79 | 75 | 0.43 | 0.15 |
| Hex | 2D | 35 | 15 | F | 0 | 3C | 4F | 4B | 2B | F |
| Octal | 55 | 65 | 25 | 17 | 0 | 74 | 117 | 113 | 53 | 17 |
| Binary | 101101 | 110101 | 10101 | 1111 | 0 | 111100 | 1001111 | 1001011 | 101011 | 1111 |
Color Harmonies of #2D3515
Complementary color
Monochromatic Colors of #2D3515
Black with #2D3515
Text Example
Text Example
White with #2D3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3515; }
p { color: rgb(45,53,21); }
H1.HeaderClassName
{
color: #2D3515;
}
.AnyTagClassName
{
color: #2D3515;
}
</style>
background-color css
<style>
a { background-color: #2D3515; }
a { background-color: rgb(45,53,21); }
div.DivClassName
{
background-color: #2D3515;
}
.BgClassName
{
background-color: #2D3515;
}
</style>
border-color css
<style>
span { border-color: #2D3515; }
span { border-color: rgb(45,53,21); }
td.TdClassName
{
border-color: #2D3515;
}
.TagClassName
{
border-color: #2D3515;
}
</style>