Shades of Turtle Green #2D4013
Tints of Turtle Green #2D4013
RGB
CMYK
RGB Variations
Color information
#2D4013 (or 0x2D4013) is known color: Turtle Green. HEX triplet: 2D, 40 and 13. RGB value is (45,64,19). Sum of RGB (Red+Green+Blue) = 45+64+19=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4013 is #D2BFEC. Grayscale: #353535. Windows color (decimal): -13811693 or 1261613. OLE color: 1261613.
HSL color Cylindrical-coordinate representation of color #2D4013: hue angle of 85.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D4013 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 19 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.75 |
| HSL | 85.33º | 0.54% | 0.16% | - |
| HSV(B) | 85.33º | 0.7% | 0.25% | - |
| XYZ | 3.03 | 4.27 | 1.28 | - |
| YUV | 53.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 19 | 0.30 | 0 | 0.70 | 0.75 | 85.33 | 0.54 | 0.16 |
| Hex | 2D | 40 | 13 | 1E | 0 | 46 | 4B | 55 | 36 | 10 |
| Octal | 55 | 100 | 23 | 36 | 0 | 106 | 113 | 125 | 66 | 20 |
| Binary | 101101 | 1000000 | 10011 | 11110 | 0 | 1000110 | 1001011 | 1010101 | 110110 | 10000 |
Color Harmonies of #2D4013
Complementary color
Monochromatic Colors of #2D4013
Black with #2D4013
Text Example
Text Example
White with #2D4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4013; }
p { color: rgb(45,64,19); }
H1.HeaderClassName
{
color: #2D4013;
}
.AnyTagClassName
{
color: #2D4013;
}
</style>
background-color css
<style>
a { background-color: #2D4013; }
a { background-color: rgb(45,64,19); }
div.DivClassName
{
background-color: #2D4013;
}
.BgClassName
{
background-color: #2D4013;
}
</style>
border-color css
<style>
span { border-color: #2D4013; }
span { border-color: rgb(45,64,19); }
td.TdClassName
{
border-color: #2D4013;
}
.TagClassName
{
border-color: #2D4013;
}
</style>