Shades of Turtle Green #2D3419
Tints of Turtle Green #2D3419
RGB
CMYK
RGB Variations
Color information
#2D3419 (or 0x2D3419) is known color: Turtle Green. HEX triplet: 2D, 34 and 19. RGB value is (45,52,25). Sum of RGB (Red+Green+Blue) = 45+52+25=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3419 is #D2CBE6. Grayscale: #2E2E2E. Windows color (decimal): -13814759 or 1651757. OLE color: 1651757.
HSL color Cylindrical-coordinate representation of color #2D3419: hue angle of 75.56º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D3419 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 25 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.80 |
| HSL | 75.56º | 0.35% | 0.15% | - |
| HSV(B) | 75.56º | 0.52% | 0.2% | - |
| XYZ | 2.49 | 3.08 | 1.38 | - |
| YUV | 46.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 25 | 0.13 | 0 | 0.52 | 0.80 | 75.56 | 0.35 | 0.15 |
| Hex | 2D | 34 | 19 | D | 0 | 34 | 50 | 4C | 23 | F |
| Octal | 55 | 64 | 31 | 15 | 0 | 64 | 120 | 114 | 43 | 17 |
| Binary | 101101 | 110100 | 11001 | 1101 | 0 | 110100 | 1010000 | 1001100 | 100011 | 1111 |
Color Harmonies of #2D3419
Complementary color
Monochromatic Colors of #2D3419
Black with #2D3419
Text Example
Text Example
White with #2D3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3419; }
p { color: rgb(45,52,25); }
H1.HeaderClassName
{
color: #2D3419;
}
.AnyTagClassName
{
color: #2D3419;
}
</style>
background-color css
<style>
a { background-color: #2D3419; }
a { background-color: rgb(45,52,25); }
div.DivClassName
{
background-color: #2D3419;
}
.BgClassName
{
background-color: #2D3419;
}
</style>
border-color css
<style>
span { border-color: #2D3419; }
span { border-color: rgb(45,52,25); }
td.TdClassName
{
border-color: #2D3419;
}
.TagClassName
{
border-color: #2D3419;
}
</style>