Shades of Turtle Green #2D3208
Tints of Turtle Green #2D3208
RGB
CMYK
RGB Variations
Color information
#2D3208 (or 0x2D3208) is known color: Turtle Green. HEX triplet: 2D, 32 and 08. RGB value is (45,50,8). Sum of RGB (Red+Green+Blue) = 45+50+8=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #2D3208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3208 is #D2CDF7. Grayscale: #2B2B2B. Windows color (decimal): -13815288 or 537133. OLE color: 537133.
HSL color Cylindrical-coordinate representation of color #2D3208: hue angle of 67.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D3208 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 50 | 8 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.80 |
| HSL | 67.14º | 0.72% | 0.11% | - |
| HSV(B) | 67.14º | 0.84% | 0.2% | - |
| XYZ | 2.27 | 2.86 | 0.66 | - |
| YUV | 43.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 8 | 0.10 | 0 | 0.84 | 0.80 | 67.14 | 0.72 | 0.11 |
| Hex | 2D | 32 | 8 | A | 0 | 54 | 50 | 43 | 48 | B |
| Octal | 55 | 62 | 10 | 12 | 0 | 124 | 120 | 103 | 110 | 13 |
| Binary | 101101 | 110010 | 1000 | 1010 | 0 | 1010100 | 1010000 | 1000011 | 1001000 | 1011 |
Color Harmonies of #2D3208
Complementary color
Monochromatic Colors of #2D3208
Black with #2D3208
Text Example
Text Example
White with #2D3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3208; }
p { color: rgb(45,50,8); }
H1.HeaderClassName
{
color: #2D3208;
}
.AnyTagClassName
{
color: #2D3208;
}
</style>
background-color css
<style>
a { background-color: #2D3208; }
a { background-color: rgb(45,50,8); }
div.DivClassName
{
background-color: #2D3208;
}
.BgClassName
{
background-color: #2D3208;
}
</style>
border-color css
<style>
span { border-color: #2D3208; }
span { border-color: rgb(45,50,8); }
td.TdClassName
{
border-color: #2D3208;
}
.TagClassName
{
border-color: #2D3208;
}
</style>