Shades of Turtle Green #2D4011
Tints of Turtle Green #2D4011
RGB
CMYK
RGB Variations
Color information
#2D4011 (or 0x2D4011) is known color: Turtle Green. HEX triplet: 2D, 40 and 11. RGB value is (45,64,17). Sum of RGB (Red+Green+Blue) = 45+64+17=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4011 is #D2BFEE. Grayscale: #353535. Windows color (decimal): -13811695 or 1130541. OLE color: 1130541.
HSL color Cylindrical-coordinate representation of color #2D4011: hue angle of 84.26º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D4011 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 17 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.75 |
| HSL | 84.26º | 0.58% | 0.16% | - |
| HSV(B) | 84.26º | 0.73% | 0.25% | - |
| XYZ | 3.02 | 4.27 | 1.19 | - |
| YUV | 52.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 17 | 0.30 | 0 | 0.73 | 0.75 | 84.26 | 0.58 | 0.16 |
| Hex | 2D | 40 | 11 | 1E | 0 | 49 | 4B | 54 | 3A | 10 |
| Octal | 55 | 100 | 21 | 36 | 0 | 111 | 113 | 124 | 72 | 20 |
| Binary | 101101 | 1000000 | 10001 | 11110 | 0 | 1001001 | 1001011 | 1010100 | 111010 | 10000 |
Color Harmonies of #2D4011
Complementary color
Monochromatic Colors of #2D4011
Black with #2D4011
Text Example
Text Example
White with #2D4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4011; }
p { color: rgb(45,64,17); }
H1.HeaderClassName
{
color: #2D4011;
}
.AnyTagClassName
{
color: #2D4011;
}
</style>
background-color css
<style>
a { background-color: #2D4011; }
a { background-color: rgb(45,64,17); }
div.DivClassName
{
background-color: #2D4011;
}
.BgClassName
{
background-color: #2D4011;
}
</style>
border-color css
<style>
span { border-color: #2D4011; }
span { border-color: rgb(45,64,17); }
td.TdClassName
{
border-color: #2D4011;
}
.TagClassName
{
border-color: #2D4011;
}
</style>