Shades of Turtle Green #2D3205
Tints of Turtle Green #2D3205
RGB
CMYK
RGB Variations
Color information
#2D3205 (or 0x2D3205) is known color: Turtle Green. HEX triplet: 2D, 32 and 05. RGB value is (45,50,5). Sum of RGB (Red+Green+Blue) = 45+50+5=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #2D3205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3205 is #D2CDFA. Grayscale: #2B2B2B. Windows color (decimal): -13815291 or 340525. OLE color: 340525.
HSL color Cylindrical-coordinate representation of color #2D3205: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D3205 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 50 | 5 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.80 |
| HSL | 66.67º | 0.82% | 0.11% | - |
| HSV(B) | 66.67º | 0.9% | 0.2% | - |
| XYZ | 2.25 | 2.85 | 0.58 | - |
| YUV | 43.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 5 | 0.10 | 0 | 0.90 | 0.80 | 66.67 | 0.82 | 0.11 |
| Hex | 2D | 32 | 5 | A | 0 | 5A | 50 | 43 | 52 | B |
| Octal | 55 | 62 | 5 | 12 | 0 | 132 | 120 | 103 | 122 | 13 |
| Binary | 101101 | 110010 | 101 | 1010 | 0 | 1011010 | 1010000 | 1000011 | 1010010 | 1011 |
Color Harmonies of #2D3205
Complementary color
Monochromatic Colors of #2D3205
Black with #2D3205
Text Example
Text Example
White with #2D3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3205; }
p { color: rgb(45,50,5); }
H1.HeaderClassName
{
color: #2D3205;
}
.AnyTagClassName
{
color: #2D3205;
}
</style>
background-color css
<style>
a { background-color: #2D3205; }
a { background-color: rgb(45,50,5); }
div.DivClassName
{
background-color: #2D3205;
}
.BgClassName
{
background-color: #2D3205;
}
</style>
border-color css
<style>
span { border-color: #2D3205; }
span { border-color: rgb(45,50,5); }
td.TdClassName
{
border-color: #2D3205;
}
.TagClassName
{
border-color: #2D3205;
}
</style>