Shades of Turtle Green #2D3518
Tints of Turtle Green #2D3518
RGB
CMYK
RGB Variations
Color information
#2D3518 (or 0x2D3518) is known color: Turtle Green. HEX triplet: 2D, 35 and 18. RGB value is (45,53,24). Sum of RGB (Red+Green+Blue) = 45+53+24=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3518 is #D2CAE7. Grayscale: #2F2F2F. Windows color (decimal): -13814504 or 1586477. OLE color: 1586477.
HSL color Cylindrical-coordinate representation of color #2D3518: hue angle of 76.55º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D3518 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 24 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.79 |
| HSL | 76.55º | 0.38% | 0.15% | - |
| HSV(B) | 76.55º | 0.55% | 0.21% | - |
| XYZ | 2.52 | 3.17 | 1.34 | - |
| YUV | 47.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 24 | 0.15 | 0 | 0.55 | 0.79 | 76.55 | 0.38 | 0.15 |
| Hex | 2D | 35 | 18 | F | 0 | 37 | 4F | 4D | 26 | F |
| Octal | 55 | 65 | 30 | 17 | 0 | 67 | 117 | 115 | 46 | 17 |
| Binary | 101101 | 110101 | 11000 | 1111 | 0 | 110111 | 1001111 | 1001101 | 100110 | 1111 |
Color Harmonies of #2D3518
Complementary color
Monochromatic Colors of #2D3518
Black with #2D3518
Text Example
Text Example
White with #2D3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3518; }
p { color: rgb(45,53,24); }
H1.HeaderClassName
{
color: #2D3518;
}
.AnyTagClassName
{
color: #2D3518;
}
</style>
background-color css
<style>
a { background-color: #2D3518; }
a { background-color: rgb(45,53,24); }
div.DivClassName
{
background-color: #2D3518;
}
.BgClassName
{
background-color: #2D3518;
}
</style>
border-color css
<style>
span { border-color: #2D3518; }
span { border-color: rgb(45,53,24); }
td.TdClassName
{
border-color: #2D3518;
}
.TagClassName
{
border-color: #2D3518;
}
</style>