Shades of Turtle Green #2D3918
Tints of Turtle Green #2D3918
RGB
CMYK
RGB Variations
Color information
#2D3918 (or 0x2D3918) is known color: Turtle Green. HEX triplet: 2D, 39 and 18. RGB value is (45,57,24). Sum of RGB (Red+Green+Blue) = 45+57+24=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #2D3918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3918 is #D2C6E7. Grayscale: #313131. Windows color (decimal): -13813480 or 1587501. OLE color: 1587501.
HSL color Cylindrical-coordinate representation of color #2D3918: hue angle of 81.82º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D3918 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 57 | 24 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.78 |
| HSL | 81.82º | 0.41% | 0.16% | - |
| HSV(B) | 81.82º | 0.58% | 0.22% | - |
| XYZ | 2.71 | 3.55 | 1.41 | - |
| YUV | 49.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 24 | 0.21 | 0 | 0.58 | 0.78 | 81.82 | 0.41 | 0.16 |
| Hex | 2D | 39 | 18 | 15 | 0 | 3A | 4E | 52 | 29 | 10 |
| Octal | 55 | 71 | 30 | 25 | 0 | 72 | 116 | 122 | 51 | 20 |
| Binary | 101101 | 111001 | 11000 | 10101 | 0 | 111010 | 1001110 | 1010010 | 101001 | 10000 |
Color Harmonies of #2D3918
Complementary color
Monochromatic Colors of #2D3918
Black with #2D3918
Text Example
Text Example
White with #2D3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3918; }
p { color: rgb(45,57,24); }
H1.HeaderClassName
{
color: #2D3918;
}
.AnyTagClassName
{
color: #2D3918;
}
</style>
background-color css
<style>
a { background-color: #2D3918; }
a { background-color: rgb(45,57,24); }
div.DivClassName
{
background-color: #2D3918;
}
.BgClassName
{
background-color: #2D3918;
}
</style>
border-color css
<style>
span { border-color: #2D3918; }
span { border-color: rgb(45,57,24); }
td.TdClassName
{
border-color: #2D3918;
}
.TagClassName
{
border-color: #2D3918;
}
</style>