Shades of Turtle Green #2D340F
Tints of Turtle Green #2D340F
RGB
CMYK
RGB Variations
Color information
#2D340F (or 0x2D340F) is known color: Turtle Green. HEX triplet: 2D, 34 and 0F. RGB value is (45,52,15). Sum of RGB (Red+Green+Blue) = 45+52+15=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #2D340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D340F is #D2CBF0. Grayscale: #2D2D2D. Windows color (decimal): -13814769 or 996397. OLE color: 996397.
HSL color Cylindrical-coordinate representation of color #2D340F: hue angle of 71.35º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D340F is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 15 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.80 |
| HSL | 71.35º | 0.55% | 0.13% | - |
| HSV(B) | 71.35º | 0.71% | 0.2% | - |
| XYZ | 2.4 | 3.05 | 0.91 | - |
| YUV | 45.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 15 | 0.13 | 0 | 0.71 | 0.80 | 71.35 | 0.55 | 0.13 |
| Hex | 2D | 34 | F | D | 0 | 47 | 50 | 47 | 37 | D |
| Octal | 55 | 64 | 17 | 15 | 0 | 107 | 120 | 107 | 67 | 15 |
| Binary | 101101 | 110100 | 1111 | 1101 | 0 | 1000111 | 1010000 | 1000111 | 110111 | 1101 |
Color Harmonies of #2D340F
Complementary color
Monochromatic Colors of #2D340F
Black with #2D340F
Text Example
Text Example
White with #2D340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D340F; }
p { color: rgb(45,52,15); }
H1.HeaderClassName
{
color: #2D340F;
}
.AnyTagClassName
{
color: #2D340F;
}
</style>
background-color css
<style>
a { background-color: #2D340F; }
a { background-color: rgb(45,52,15); }
div.DivClassName
{
background-color: #2D340F;
}
.BgClassName
{
background-color: #2D340F;
}
</style>
border-color css
<style>
span { border-color: #2D340F; }
span { border-color: rgb(45,52,15); }
td.TdClassName
{
border-color: #2D340F;
}
.TagClassName
{
border-color: #2D340F;
}
</style>