Shades of Turtle Green #2D3A13
Tints of Turtle Green #2D3A13
RGB
CMYK
RGB Variations
Color information
#2D3A13 (or 0x2D3A13) is known color: Turtle Green. HEX triplet: 2D, 3A and 13. RGB value is (45,58,19). Sum of RGB (Red+Green+Blue) = 45+58+19=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #2D3A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3A13 is #D2C5EC. Grayscale: #313131. Windows color (decimal): -13813229 or 1260077. OLE color: 1260077.
HSL color Cylindrical-coordinate representation of color #2D3A13: hue angle of 80º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D3A13 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 58 | 19 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.77 |
| HSL | 80º | 0.51% | 0.15% | - |
| HSV(B) | 80º | 0.67% | 0.23% | - |
| XYZ | 2.71 | 3.63 | 1.17 | - |
| YUV | 49.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 19 | 0.22 | 0 | 0.67 | 0.77 | 80 | 0.51 | 0.15 |
| Hex | 2D | 3A | 13 | 16 | 0 | 43 | 4D | 50 | 33 | F |
| Octal | 55 | 72 | 23 | 26 | 0 | 103 | 115 | 120 | 63 | 17 |
| Binary | 101101 | 111010 | 10011 | 10110 | 0 | 1000011 | 1001101 | 1010000 | 110011 | 1111 |
Color Harmonies of #2D3A13
Complementary color
Monochromatic Colors of #2D3A13
Black with #2D3A13
Text Example
Text Example
White with #2D3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3A13; }
p { color: rgb(45,58,19); }
H1.HeaderClassName
{
color: #2D3A13;
}
.AnyTagClassName
{
color: #2D3A13;
}
</style>
background-color css
<style>
a { background-color: #2D3A13; }
a { background-color: rgb(45,58,19); }
div.DivClassName
{
background-color: #2D3A13;
}
.BgClassName
{
background-color: #2D3A13;
}
</style>
border-color css
<style>
span { border-color: #2D3A13; }
span { border-color: rgb(45,58,19); }
td.TdClassName
{
border-color: #2D3A13;
}
.TagClassName
{
border-color: #2D3A13;
}
</style>