Shades of Turtle Green #2D3B13
Tints of Turtle Green #2D3B13
RGB
CMYK
RGB Variations
Color information
#2D3B13 (or 0x2D3B13) is known color: Turtle Green. HEX triplet: 2D, 3B and 13. RGB value is (45,59,19). Sum of RGB (Red+Green+Blue) = 45+59+19=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3B13 is #D2C4EC. Grayscale: #323232. Windows color (decimal): -13812973 or 1260333. OLE color: 1260333.
HSL color Cylindrical-coordinate representation of color #2D3B13: hue angle of 81º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D3B13 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 59 | 19 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.77 |
| HSL | 81º | 0.51% | 0.15% | - |
| HSV(B) | 81º | 0.68% | 0.23% | - |
| XYZ | 2.76 | 3.73 | 1.19 | - |
| YUV | 50.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 19 | 0.24 | 0 | 0.68 | 0.77 | 81 | 0.51 | 0.15 |
| Hex | 2D | 3B | 13 | 18 | 0 | 44 | 4D | 51 | 33 | F |
| Octal | 55 | 73 | 23 | 30 | 0 | 104 | 115 | 121 | 63 | 17 |
| Binary | 101101 | 111011 | 10011 | 11000 | 0 | 1000100 | 1001101 | 1010001 | 110011 | 1111 |
Color Harmonies of #2D3B13
Complementary color
Monochromatic Colors of #2D3B13
Black with #2D3B13
Text Example
Text Example
White with #2D3B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B13; }
p { color: rgb(45,59,19); }
H1.HeaderClassName
{
color: #2D3B13;
}
.AnyTagClassName
{
color: #2D3B13;
}
</style>
background-color css
<style>
a { background-color: #2D3B13; }
a { background-color: rgb(45,59,19); }
div.DivClassName
{
background-color: #2D3B13;
}
.BgClassName
{
background-color: #2D3B13;
}
</style>
border-color css
<style>
span { border-color: #2D3B13; }
span { border-color: rgb(45,59,19); }
td.TdClassName
{
border-color: #2D3B13;
}
.TagClassName
{
border-color: #2D3B13;
}
</style>