Shades of Turtle Green #2D3905
Tints of Turtle Green #2D3905
RGB
CMYK
RGB Variations
Color information
#2D3905 (or 0x2D3905) is known color: Turtle Green. HEX triplet: 2D, 39 and 05. RGB value is (45,57,5). Sum of RGB (Red+Green+Blue) = 45+57+5=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #2D3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3905 is #D2C6FA. Grayscale: #2F2F2F. Windows color (decimal): -13813499 or 342317. OLE color: 342317.
HSL color Cylindrical-coordinate representation of color #2D3905: hue angle of 73.85º 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 #2D3905 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 57 | 5 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.78 |
| HSL | 73.85º | 0.84% | 0.12% | - |
| HSV(B) | 73.85º | 0.91% | 0.22% | - |
| XYZ | 2.57 | 3.5 | 0.68 | - |
| YUV | 47.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 5 | 0.21 | 0 | 0.91 | 0.78 | 73.85 | 0.84 | 0.12 |
| Hex | 2D | 39 | 5 | 15 | 0 | 5B | 4E | 4A | 54 | C |
| Octal | 55 | 71 | 5 | 25 | 0 | 133 | 116 | 112 | 124 | 14 |
| Binary | 101101 | 111001 | 101 | 10101 | 0 | 1011011 | 1001110 | 1001010 | 1010100 | 1100 |
Color Harmonies of #2D3905
Complementary color
Monochromatic Colors of #2D3905
Black with #2D3905
Text Example
Text Example
White with #2D3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3905; }
p { color: rgb(45,57,5); }
H1.HeaderClassName
{
color: #2D3905;
}
.AnyTagClassName
{
color: #2D3905;
}
</style>
background-color css
<style>
a { background-color: #2D3905; }
a { background-color: rgb(45,57,5); }
div.DivClassName
{
background-color: #2D3905;
}
.BgClassName
{
background-color: #2D3905;
}
</style>
border-color css
<style>
span { border-color: #2D3905; }
span { border-color: rgb(45,57,5); }
td.TdClassName
{
border-color: #2D3905;
}
.TagClassName
{
border-color: #2D3905;
}
</style>