Shades of Turtle Green #2D3A12
Tints of Turtle Green #2D3A12
RGB
CMYK
RGB Variations
Color information
#2D3A12 (or 0x2D3A12) is known color: Turtle Green. HEX triplet: 2D, 3A and 12. RGB value is (45,58,18). Sum of RGB (Red+Green+Blue) = 45+58+18=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #2D3A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3A12 is #D2C5ED. Grayscale: #313131. Windows color (decimal): -13813230 or 1194541. OLE color: 1194541.
HSL color Cylindrical-coordinate representation of color #2D3A12: hue angle of 79.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D3A12 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 58 | 18 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.77 |
| HSL | 79.5º | 0.53% | 0.15% | - |
| HSV(B) | 79.5º | 0.69% | 0.23% | - |
| XYZ | 2.7 | 3.63 | 1.13 | - |
| YUV | 49.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 18 | 0.22 | 0 | 0.69 | 0.77 | 79.5 | 0.53 | 0.15 |
| Hex | 2D | 3A | 12 | 16 | 0 | 45 | 4D | 50 | 35 | F |
| Octal | 55 | 72 | 22 | 26 | 0 | 105 | 115 | 120 | 65 | 17 |
| Binary | 101101 | 111010 | 10010 | 10110 | 0 | 1000101 | 1001101 | 1010000 | 110101 | 1111 |
Color Harmonies of #2D3A12
Complementary color
Monochromatic Colors of #2D3A12
Black with #2D3A12
Text Example
Text Example
White with #2D3A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3A12; }
p { color: rgb(45,58,18); }
H1.HeaderClassName
{
color: #2D3A12;
}
.AnyTagClassName
{
color: #2D3A12;
}
</style>
background-color css
<style>
a { background-color: #2D3A12; }
a { background-color: rgb(45,58,18); }
div.DivClassName
{
background-color: #2D3A12;
}
.BgClassName
{
background-color: #2D3A12;
}
</style>
border-color css
<style>
span { border-color: #2D3A12; }
span { border-color: rgb(45,58,18); }
td.TdClassName
{
border-color: #2D3A12;
}
.TagClassName
{
border-color: #2D3A12;
}
</style>