Shades of Turtle Green #2D3D11
Tints of Turtle Green #2D3D11
RGB
CMYK
RGB Variations
Color information
#2D3D11 (or 0x2D3D11) is known color: Turtle Green. HEX triplet: 2D, 3D and 11. RGB value is (45,61,17). Sum of RGB (Red+Green+Blue) = 45+61+17=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3D11 is #D2C2EE. Grayscale: #333333. Windows color (decimal): -13812463 or 1129773. OLE color: 1129773.
HSL color Cylindrical-coordinate representation of color #2D3D11: hue angle of 81.82º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D3D11 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 17 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.76 |
| HSL | 81.82º | 0.56% | 0.15% | - |
| HSV(B) | 81.82º | 0.72% | 0.24% | - |
| XYZ | 2.85 | 3.94 | 1.14 | - |
| YUV | 51.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 17 | 0.26 | 0 | 0.72 | 0.76 | 81.82 | 0.56 | 0.15 |
| Hex | 2D | 3D | 11 | 1A | 0 | 48 | 4C | 52 | 38 | F |
| Octal | 55 | 75 | 21 | 32 | 0 | 110 | 114 | 122 | 70 | 17 |
| Binary | 101101 | 111101 | 10001 | 11010 | 0 | 1001000 | 1001100 | 1010010 | 111000 | 1111 |
Color Harmonies of #2D3D11
Complementary color
Monochromatic Colors of #2D3D11
Black with #2D3D11
Text Example
Text Example
White with #2D3D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D11; }
p { color: rgb(45,61,17); }
H1.HeaderClassName
{
color: #2D3D11;
}
.AnyTagClassName
{
color: #2D3D11;
}
</style>
background-color css
<style>
a { background-color: #2D3D11; }
a { background-color: rgb(45,61,17); }
div.DivClassName
{
background-color: #2D3D11;
}
.BgClassName
{
background-color: #2D3D11;
}
</style>
border-color css
<style>
span { border-color: #2D3D11; }
span { border-color: rgb(45,61,17); }
td.TdClassName
{
border-color: #2D3D11;
}
.TagClassName
{
border-color: #2D3D11;
}
</style>