Shades of Turtle Green #2D3318
Tints of Turtle Green #2D3318
RGB
CMYK
RGB Variations
Color information
#2D3318 (or 0x2D3318) is known color: Turtle Green. HEX triplet: 2D, 33 and 18. RGB value is (45,51,24). Sum of RGB (Red+Green+Blue) = 45+51+24=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #2D3318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3318 is #D2CCE7. Grayscale: #2E2E2E. Windows color (decimal): -13815016 or 1585965. OLE color: 1585965.
HSL color Cylindrical-coordinate representation of color #2D3318: hue angle of 73.33º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D3318 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 51 | 24 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.8 |
| HSL | 73.33º | 0.36% | 0.15% | - |
| HSV(B) | 73.33º | 0.53% | 0.2% | - |
| XYZ | 2.43 | 2.99 | 1.31 | - |
| YUV | 46.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 24 | 0.12 | 0 | 0.53 | 0.8 | 73.33 | 0.36 | 0.15 |
| Hex | 2D | 33 | 18 | C | 0 | 35 | 50 | 49 | 24 | F |
| Octal | 55 | 63 | 30 | 14 | 0 | 65 | 120 | 111 | 44 | 17 |
| Binary | 101101 | 110011 | 11000 | 1100 | 0 | 110101 | 1010000 | 1001001 | 100100 | 1111 |
Color Harmonies of #2D3318
Complementary color
Monochromatic Colors of #2D3318
Black with #2D3318
Text Example
Text Example
White with #2D3318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3318; }
p { color: rgb(45,51,24); }
H1.HeaderClassName
{
color: #2D3318;
}
.AnyTagClassName
{
color: #2D3318;
}
</style>
background-color css
<style>
a { background-color: #2D3318; }
a { background-color: rgb(45,51,24); }
div.DivClassName
{
background-color: #2D3318;
}
.BgClassName
{
background-color: #2D3318;
}
</style>
border-color css
<style>
span { border-color: #2D3318; }
span { border-color: rgb(45,51,24); }
td.TdClassName
{
border-color: #2D3318;
}
.TagClassName
{
border-color: #2D3318;
}
</style>