Shades of Turtle Green #2D340B
Tints of Turtle Green #2D340B
RGB
CMYK
RGB Variations
Color information
#2D340B (or 0x2D340B) is known color: Turtle Green. HEX triplet: 2D, 34 and 0B. RGB value is (45,52,11). Sum of RGB (Red+Green+Blue) = 45+52+11=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #2D340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D340B is #D2CBF4. Grayscale: #2D2D2D. Windows color (decimal): -13814773 or 734253. OLE color: 734253.
HSL color Cylindrical-coordinate representation of color #2D340B: hue angle of 70.24º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D340B is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 11 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.80 |
| HSL | 70.24º | 0.65% | 0.12% | - |
| HSV(B) | 70.24º | 0.79% | 0.2% | - |
| XYZ | 2.37 | 3.04 | 0.78 | - |
| YUV | 45.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 11 | 0.13 | 0 | 0.79 | 0.80 | 70.24 | 0.65 | 0.12 |
| Hex | 2D | 34 | B | D | 0 | 4F | 50 | 46 | 41 | C |
| Octal | 55 | 64 | 13 | 15 | 0 | 117 | 120 | 106 | 101 | 14 |
| Binary | 101101 | 110100 | 1011 | 1101 | 0 | 1001111 | 1010000 | 1000110 | 1000001 | 1100 |
Color Harmonies of #2D340B
Complementary color
Monochromatic Colors of #2D340B
Black with #2D340B
Text Example
Text Example
White with #2D340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D340B; }
p { color: rgb(45,52,11); }
H1.HeaderClassName
{
color: #2D340B;
}
.AnyTagClassName
{
color: #2D340B;
}
</style>
background-color css
<style>
a { background-color: #2D340B; }
a { background-color: rgb(45,52,11); }
div.DivClassName
{
background-color: #2D340B;
}
.BgClassName
{
background-color: #2D340B;
}
</style>
border-color css
<style>
span { border-color: #2D340B; }
span { border-color: rgb(45,52,11); }
td.TdClassName
{
border-color: #2D340B;
}
.TagClassName
{
border-color: #2D340B;
}
</style>