Shades of Turtle Green #2D4012
Tints of Turtle Green #2D4012
RGB
CMYK
RGB Variations
Color information
#2D4012 (or 0x2D4012) is known color: Turtle Green. HEX triplet: 2D, 40 and 12. RGB value is (45,64,18). Sum of RGB (Red+Green+Blue) = 45+64+18=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4012 is #D2BFED. Grayscale: #353535. Windows color (decimal): -13811694 or 1196077. OLE color: 1196077.
HSL color Cylindrical-coordinate representation of color #2D4012: hue angle of 84.78º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D4012 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 18 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.75 |
| HSL | 84.78º | 0.56% | 0.16% | - |
| HSV(B) | 84.78º | 0.72% | 0.25% | - |
| XYZ | 3.02 | 4.27 | 1.24 | - |
| YUV | 53.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 18 | 0.30 | 0 | 0.72 | 0.75 | 84.78 | 0.56 | 0.16 |
| Hex | 2D | 40 | 12 | 1E | 0 | 48 | 4B | 55 | 38 | 10 |
| Octal | 55 | 100 | 22 | 36 | 0 | 110 | 113 | 125 | 70 | 20 |
| Binary | 101101 | 1000000 | 10010 | 11110 | 0 | 1001000 | 1001011 | 1010101 | 111000 | 10000 |
Color Harmonies of #2D4012
Complementary color
Monochromatic Colors of #2D4012
Black with #2D4012
Text Example
Text Example
White with #2D4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4012; }
p { color: rgb(45,64,18); }
H1.HeaderClassName
{
color: #2D4012;
}
.AnyTagClassName
{
color: #2D4012;
}
</style>
background-color css
<style>
a { background-color: #2D4012; }
a { background-color: rgb(45,64,18); }
div.DivClassName
{
background-color: #2D4012;
}
.BgClassName
{
background-color: #2D4012;
}
</style>
border-color css
<style>
span { border-color: #2D4012; }
span { border-color: rgb(45,64,18); }
td.TdClassName
{
border-color: #2D4012;
}
.TagClassName
{
border-color: #2D4012;
}
</style>