Shades of Turtle Green #2D3519
Tints of Turtle Green #2D3519
RGB
CMYK
RGB Variations
Color information
#2D3519 (or 0x2D3519) is known color: Turtle Green. HEX triplet: 2D, 35 and 19. RGB value is (45,53,25). Sum of RGB (Red+Green+Blue) = 45+53+25=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3519 is #D2CAE6. Grayscale: #2F2F2F. Windows color (decimal): -13814503 or 1652013. OLE color: 1652013.
HSL color Cylindrical-coordinate representation of color #2D3519: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D3519 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 25 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.79 |
| HSL | 77.14º | 0.36% | 0.15% | - |
| HSV(B) | 77.14º | 0.53% | 0.21% | - |
| XYZ | 2.53 | 3.17 | 1.4 | - |
| YUV | 47.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 25 | 0.15 | 0 | 0.53 | 0.79 | 77.14 | 0.36 | 0.15 |
| Hex | 2D | 35 | 19 | F | 0 | 35 | 4F | 4D | 24 | F |
| Octal | 55 | 65 | 31 | 17 | 0 | 65 | 117 | 115 | 44 | 17 |
| Binary | 101101 | 110101 | 11001 | 1111 | 0 | 110101 | 1001111 | 1001101 | 100100 | 1111 |
Color Harmonies of #2D3519
Complementary color
Monochromatic Colors of #2D3519
Black with #2D3519
Text Example
Text Example
White with #2D3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3519; }
p { color: rgb(45,53,25); }
H1.HeaderClassName
{
color: #2D3519;
}
.AnyTagClassName
{
color: #2D3519;
}
</style>
background-color css
<style>
a { background-color: #2D3519; }
a { background-color: rgb(45,53,25); }
div.DivClassName
{
background-color: #2D3519;
}
.BgClassName
{
background-color: #2D3519;
}
</style>
border-color css
<style>
span { border-color: #2D3519; }
span { border-color: rgb(45,53,25); }
td.TdClassName
{
border-color: #2D3519;
}
.TagClassName
{
border-color: #2D3519;
}
</style>