Shades of Turtle Green #2D3A17
Tints of Turtle Green #2D3A17
RGB
CMYK
RGB Variations
Color information
#2D3A17 (or 0x2D3A17) is known color: Turtle Green. HEX triplet: 2D, 3A and 17. RGB value is (45,58,23). Sum of RGB (Red+Green+Blue) = 45+58+23=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 58 - color contains mainly: green. Hex color #2D3A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3A17 is #D2C5E8. Grayscale: #323232. Windows color (decimal): -13813225 or 1522221. OLE color: 1522221.
HSL color Cylindrical-coordinate representation of color #2D3A17: hue angle of 82.29º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D3A17 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 58 | 23 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.77 |
| HSL | 82.29º | 0.43% | 0.16% | - |
| HSV(B) | 82.29º | 0.6% | 0.23% | - |
| XYZ | 2.75 | 3.65 | 1.37 | - |
| YUV | 50.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 23 | 0.22 | 0 | 0.60 | 0.77 | 82.29 | 0.43 | 0.16 |
| Hex | 2D | 3A | 17 | 16 | 0 | 3C | 4D | 52 | 2B | 10 |
| Octal | 55 | 72 | 27 | 26 | 0 | 74 | 115 | 122 | 53 | 20 |
| Binary | 101101 | 111010 | 10111 | 10110 | 0 | 111100 | 1001101 | 1010010 | 101011 | 10000 |
Color Harmonies of #2D3A17
Complementary color
Monochromatic Colors of #2D3A17
Black with #2D3A17
Text Example
Text Example
White with #2D3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3A17; }
p { color: rgb(45,58,23); }
H1.HeaderClassName
{
color: #2D3A17;
}
.AnyTagClassName
{
color: #2D3A17;
}
</style>
background-color css
<style>
a { background-color: #2D3A17; }
a { background-color: rgb(45,58,23); }
div.DivClassName
{
background-color: #2D3A17;
}
.BgClassName
{
background-color: #2D3A17;
}
</style>
border-color css
<style>
span { border-color: #2D3A17; }
span { border-color: rgb(45,58,23); }
td.TdClassName
{
border-color: #2D3A17;
}
.TagClassName
{
border-color: #2D3A17;
}
</style>