Shades of Turtle Green #2D3418
Tints of Turtle Green #2D3418
RGB
CMYK
RGB Variations
Color information
#2D3418 (or 0x2D3418) is known color: Turtle Green. HEX triplet: 2D, 34 and 18. RGB value is (45,52,24). Sum of RGB (Red+Green+Blue) = 45+52+24=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3418 is #D2CBE7. Grayscale: #2E2E2E. Windows color (decimal): -13814760 or 1586221. OLE color: 1586221.
HSL color Cylindrical-coordinate representation of color #2D3418: hue angle of 75º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D3418 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
RGB | 45 | 52 | 24 | - |
CMYK | 0.13 | 0 | 0.54 | 0.80 |
HSL | 75º | 0.37% | 0.15% | - |
HSV(B) | 75º | 0.54% | 0.2% | - |
XYZ | 2.48 | 3.08 | 1.33 | - |
YUV | 46.72 | 115.18 | 126.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 52 | 24 | 0.13 | 0 | 0.54 | 0.80 | 75 | 0.37 | 0.15 |
Hex | 2D | 34 | 18 | D | 0 | 36 | 50 | 4B | 25 | F |
Octal | 55 | 64 | 30 | 15 | 0 | 66 | 120 | 113 | 45 | 17 |
Binary | 101101 | 110100 | 11000 | 1101 | 0 | 110110 | 1010000 | 1001011 | 100101 | 1111 |
Color Harmonies of #2D3418
Complementary color
Monochromatic Colors of #2D3418
Black with #2D3418
Text Example
Text Example
White with #2D3418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3418; }
p { color: rgb(45,52,24); }
H1.HeaderClassName
{
color: #2D3418;
}
.AnyTagClassName
{
color: #2D3418;
}
</style>
background-color css
<style>
a { background-color: #2D3418; }
a { background-color: rgb(45,52,24); }
div.DivClassName
{
background-color: #2D3418;
}
.BgClassName
{
background-color: #2D3418;
}
</style>
border-color css
<style>
span { border-color: #2D3418; }
span { border-color: rgb(45,52,24); }
td.TdClassName
{
border-color: #2D3418;
}
.TagClassName
{
border-color: #2D3418;
}
</style>