Shades of Turtle Green #2D3708
Tints of Turtle Green #2D3708
RGB
CMYK
RGB Variations
Color information
#2D3708 (or 0x2D3708) is known color: Turtle Green. HEX triplet: 2D, 37 and 08. RGB value is (45,55,8). Sum of RGB (Red+Green+Blue) = 45+55+8=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3708 is #D2C8F7. Grayscale: #2E2E2E. Windows color (decimal): -13814008 or 538413. OLE color: 538413.
HSL color Cylindrical-coordinate representation of color #2D3708: hue angle of 72.77º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D3708 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 8 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.78 |
| HSL | 72.77º | 0.75% | 0.12% | - |
| HSV(B) | 72.77º | 0.85% | 0.22% | - |
| XYZ | 2.49 | 3.31 | 0.74 | - |
| YUV | 46.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 8 | 0.18 | 0 | 0.85 | 0.78 | 72.77 | 0.75 | 0.12 |
| Hex | 2D | 37 | 8 | 12 | 0 | 55 | 4E | 49 | 4B | C |
| Octal | 55 | 67 | 10 | 22 | 0 | 125 | 116 | 111 | 113 | 14 |
| Binary | 101101 | 110111 | 1000 | 10010 | 0 | 1010101 | 1001110 | 1001001 | 1001011 | 1100 |
Color Harmonies of #2D3708
Complementary color
Monochromatic Colors of #2D3708
Black with #2D3708
Text Example
Text Example
White with #2D3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3708; }
p { color: rgb(45,55,8); }
H1.HeaderClassName
{
color: #2D3708;
}
.AnyTagClassName
{
color: #2D3708;
}
</style>
background-color css
<style>
a { background-color: #2D3708; }
a { background-color: rgb(45,55,8); }
div.DivClassName
{
background-color: #2D3708;
}
.BgClassName
{
background-color: #2D3708;
}
</style>
border-color css
<style>
span { border-color: #2D3708; }
span { border-color: rgb(45,55,8); }
td.TdClassName
{
border-color: #2D3708;
}
.TagClassName
{
border-color: #2D3708;
}
</style>