Shades of Turtle Green #2D3718
Tints of Turtle Green #2D3718
RGB
CMYK
RGB Variations
Color information
#2D3718 (or 0x2D3718) is known color: Turtle Green. HEX triplet: 2D, 37 and 18. RGB value is (45,55,24). Sum of RGB (Red+Green+Blue) = 45+55+24=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3718 is #D2C8E7. Grayscale: #303030. Windows color (decimal): -13813992 or 1586989. OLE color: 1586989.
HSL color Cylindrical-coordinate representation of color #2D3718: hue angle of 79.35º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D3718 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 24 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.78 |
| HSL | 79.35º | 0.39% | 0.15% | - |
| HSV(B) | 79.35º | 0.56% | 0.22% | - |
| XYZ | 2.61 | 3.36 | 1.37 | - |
| YUV | 48.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 24 | 0.18 | 0 | 0.56 | 0.78 | 79.35 | 0.39 | 0.15 |
| Hex | 2D | 37 | 18 | 12 | 0 | 38 | 4E | 4F | 27 | F |
| Octal | 55 | 67 | 30 | 22 | 0 | 70 | 116 | 117 | 47 | 17 |
| Binary | 101101 | 110111 | 11000 | 10010 | 0 | 111000 | 1001110 | 1001111 | 100111 | 1111 |
Color Harmonies of #2D3718
Complementary color
Monochromatic Colors of #2D3718
Black with #2D3718
Text Example
Text Example
White with #2D3718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3718; }
p { color: rgb(45,55,24); }
H1.HeaderClassName
{
color: #2D3718;
}
.AnyTagClassName
{
color: #2D3718;
}
</style>
background-color css
<style>
a { background-color: #2D3718; }
a { background-color: rgb(45,55,24); }
div.DivClassName
{
background-color: #2D3718;
}
.BgClassName
{
background-color: #2D3718;
}
</style>
border-color css
<style>
span { border-color: #2D3718; }
span { border-color: rgb(45,55,24); }
td.TdClassName
{
border-color: #2D3718;
}
.TagClassName
{
border-color: #2D3718;
}
</style>