Shades of Turtle Green #2D4010
Tints of Turtle Green #2D4010
RGB
CMYK
RGB Variations
Color information
#2D4010 (or 0x2D4010) is known color: Turtle Green. HEX triplet: 2D, 40 and 10. RGB value is (45,64,16). Sum of RGB (Red+Green+Blue) = 45+64+16=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4010 is #D2BFEF. Grayscale: #353535. Windows color (decimal): -13811696 or 1065005. OLE color: 1065005.
HSL color Cylindrical-coordinate representation of color #2D4010: hue angle of 83.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D4010 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 16 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.75 |
| HSL | 83.75º | 0.6% | 0.16% | - |
| HSV(B) | 83.75º | 0.75% | 0.25% | - |
| XYZ | 3.01 | 4.26 | 1.15 | - |
| YUV | 52.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 16 | 0.30 | 0 | 0.75 | 0.75 | 83.75 | 0.6 | 0.16 |
| Hex | 2D | 40 | 10 | 1E | 0 | 4B | 4B | 54 | 3C | 10 |
| Octal | 55 | 100 | 20 | 36 | 0 | 113 | 113 | 124 | 74 | 20 |
| Binary | 101101 | 1000000 | 10000 | 11110 | 0 | 1001011 | 1001011 | 1010100 | 111100 | 10000 |
Color Harmonies of #2D4010
Complementary color
Monochromatic Colors of #2D4010
Black with #2D4010
Text Example
Text Example
White with #2D4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4010; }
p { color: rgb(45,64,16); }
H1.HeaderClassName
{
color: #2D4010;
}
.AnyTagClassName
{
color: #2D4010;
}
</style>
background-color css
<style>
a { background-color: #2D4010; }
a { background-color: rgb(45,64,16); }
div.DivClassName
{
background-color: #2D4010;
}
.BgClassName
{
background-color: #2D4010;
}
</style>
border-color css
<style>
span { border-color: #2D4010; }
span { border-color: rgb(45,64,16); }
td.TdClassName
{
border-color: #2D4010;
}
.TagClassName
{
border-color: #2D4010;
}
</style>