Shades of Turtle Green #2D3808
Tints of Turtle Green #2D3808
RGB
CMYK
RGB Variations
Color information
#2D3808 (or 0x2D3808) is known color: Turtle Green. HEX triplet: 2D, 38 and 08. RGB value is (45,56,8). Sum of RGB (Red+Green+Blue) = 45+56+8=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #2D3808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3808 is #D2C7F7. Grayscale: #2F2F2F. Windows color (decimal): -13813752 or 538669. OLE color: 538669.
HSL color Cylindrical-coordinate representation of color #2D3808: hue angle of 73.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D3808 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 8 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.78 |
| HSL | 73.75º | 0.75% | 0.13% | - |
| HSV(B) | 73.75º | 0.86% | 0.22% | - |
| XYZ | 2.54 | 3.4 | 0.75 | - |
| YUV | 47.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 8 | 0.20 | 0 | 0.86 | 0.78 | 73.75 | 0.75 | 0.13 |
| Hex | 2D | 38 | 8 | 14 | 0 | 56 | 4E | 4A | 4B | D |
| Octal | 55 | 70 | 10 | 24 | 0 | 126 | 116 | 112 | 113 | 15 |
| Binary | 101101 | 111000 | 1000 | 10100 | 0 | 1010110 | 1001110 | 1001010 | 1001011 | 1101 |
Color Harmonies of #2D3808
Complementary color
Monochromatic Colors of #2D3808
Black with #2D3808
Text Example
Text Example
White with #2D3808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3808; }
p { color: rgb(45,56,8); }
H1.HeaderClassName
{
color: #2D3808;
}
.AnyTagClassName
{
color: #2D3808;
}
</style>
background-color css
<style>
a { background-color: #2D3808; }
a { background-color: rgb(45,56,8); }
div.DivClassName
{
background-color: #2D3808;
}
.BgClassName
{
background-color: #2D3808;
}
</style>
border-color css
<style>
span { border-color: #2D3808; }
span { border-color: rgb(45,56,8); }
td.TdClassName
{
border-color: #2D3808;
}
.TagClassName
{
border-color: #2D3808;
}
</style>