Shades of Turtle Green #2D3D15
Tints of Turtle Green #2D3D15
RGB
CMYK
RGB Variations
Color information
#2D3D15 (or 0x2D3D15) is known color: Turtle Green. HEX triplet: 2D, 3D and 15. RGB value is (45,61,21). Sum of RGB (Red+Green+Blue) = 45+61+21=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3D15 is #D2C2EA. Grayscale: #333333. Windows color (decimal): -13812459 or 1391917. OLE color: 1391917.
HSL color Cylindrical-coordinate representation of color #2D3D15: hue angle of 84º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D3D15 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 21 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.76 |
| HSL | 84º | 0.49% | 0.16% | - |
| HSV(B) | 84º | 0.66% | 0.24% | - |
| XYZ | 2.89 | 3.95 | 1.32 | - |
| YUV | 51.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 21 | 0.26 | 0 | 0.66 | 0.76 | 84 | 0.49 | 0.16 |
| Hex | 2D | 3D | 15 | 1A | 0 | 42 | 4C | 54 | 31 | 10 |
| Octal | 55 | 75 | 25 | 32 | 0 | 102 | 114 | 124 | 61 | 20 |
| Binary | 101101 | 111101 | 10101 | 11010 | 0 | 1000010 | 1001100 | 1010100 | 110001 | 10000 |
Color Harmonies of #2D3D15
Complementary color
Monochromatic Colors of #2D3D15
Black with #2D3D15
Text Example
Text Example
White with #2D3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D15; }
p { color: rgb(45,61,21); }
H1.HeaderClassName
{
color: #2D3D15;
}
.AnyTagClassName
{
color: #2D3D15;
}
</style>
background-color css
<style>
a { background-color: #2D3D15; }
a { background-color: rgb(45,61,21); }
div.DivClassName
{
background-color: #2D3D15;
}
.BgClassName
{
background-color: #2D3D15;
}
</style>
border-color css
<style>
span { border-color: #2D3D15; }
span { border-color: rgb(45,61,21); }
td.TdClassName
{
border-color: #2D3D15;
}
.TagClassName
{
border-color: #2D3D15;
}
</style>