Shades of Turtle Green #2D3805
Tints of Turtle Green #2D3805
RGB
CMYK
RGB Variations
Color information
#2D3805 (or 0x2D3805) is known color: Turtle Green. HEX triplet: 2D, 38 and 05. RGB value is (45,56,5). Sum of RGB (Red+Green+Blue) = 45+56+5=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #2D3805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3805 is #D2C7FA. Grayscale: #2F2F2F. Windows color (decimal): -13813755 or 342061. OLE color: 342061.
HSL color Cylindrical-coordinate representation of color #2D3805: hue angle of 72.94º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D3805 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 5 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.78 |
| HSL | 72.94º | 0.84% | 0.12% | - |
| HSV(B) | 72.94º | 0.91% | 0.22% | - |
| XYZ | 2.52 | 3.4 | 0.67 | - |
| YUV | 46.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 5 | 0.20 | 0 | 0.91 | 0.78 | 72.94 | 0.84 | 0.12 |
| Hex | 2D | 38 | 5 | 14 | 0 | 5B | 4E | 49 | 54 | C |
| Octal | 55 | 70 | 5 | 24 | 0 | 133 | 116 | 111 | 124 | 14 |
| Binary | 101101 | 111000 | 101 | 10100 | 0 | 1011011 | 1001110 | 1001001 | 1010100 | 1100 |
Color Harmonies of #2D3805
Complementary color
Monochromatic Colors of #2D3805
Black with #2D3805
Text Example
Text Example
White with #2D3805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3805; }
p { color: rgb(45,56,5); }
H1.HeaderClassName
{
color: #2D3805;
}
.AnyTagClassName
{
color: #2D3805;
}
</style>
background-color css
<style>
a { background-color: #2D3805; }
a { background-color: rgb(45,56,5); }
div.DivClassName
{
background-color: #2D3805;
}
.BgClassName
{
background-color: #2D3805;
}
</style>
border-color css
<style>
span { border-color: #2D3805; }
span { border-color: rgb(45,56,5); }
td.TdClassName
{
border-color: #2D3805;
}
.TagClassName
{
border-color: #2D3805;
}
</style>