Shades of Turtle Green #2D3913
Tints of Turtle Green #2D3913
RGB
CMYK
RGB Variations
Color information
#2D3913 (or 0x2D3913) is known color: Turtle Green. HEX triplet: 2D, 39 and 13. RGB value is (45,57,19). Sum of RGB (Red+Green+Blue) = 45+57+19=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #2D3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3913 is #D2C6EC. Grayscale: #313131. Windows color (decimal): -13813485 or 1259821. OLE color: 1259821.
HSL color Cylindrical-coordinate representation of color #2D3913: hue angle of 78.95º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D3913 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 57 | 19 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.78 |
| HSL | 78.95º | 0.5% | 0.15% | - |
| HSV(B) | 78.95º | 0.67% | 0.22% | - |
| XYZ | 2.66 | 3.53 | 1.16 | - |
| YUV | 49.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 19 | 0.21 | 0 | 0.67 | 0.78 | 78.95 | 0.5 | 0.15 |
| Hex | 2D | 39 | 13 | 15 | 0 | 43 | 4E | 4F | 32 | F |
| Octal | 55 | 71 | 23 | 25 | 0 | 103 | 116 | 117 | 62 | 17 |
| Binary | 101101 | 111001 | 10011 | 10101 | 0 | 1000011 | 1001110 | 1001111 | 110010 | 1111 |
Color Harmonies of #2D3913
Complementary color
Monochromatic Colors of #2D3913
Black with #2D3913
Text Example
Text Example
White with #2D3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3913; }
p { color: rgb(45,57,19); }
H1.HeaderClassName
{
color: #2D3913;
}
.AnyTagClassName
{
color: #2D3913;
}
</style>
background-color css
<style>
a { background-color: #2D3913; }
a { background-color: rgb(45,57,19); }
div.DivClassName
{
background-color: #2D3913;
}
.BgClassName
{
background-color: #2D3913;
}
</style>
border-color css
<style>
span { border-color: #2D3913; }
span { border-color: rgb(45,57,19); }
td.TdClassName
{
border-color: #2D3913;
}
.TagClassName
{
border-color: #2D3913;
}
</style>