Shades of Turtle Green #2D4015
Tints of Turtle Green #2D4015
RGB
CMYK
RGB Variations
Color information
#2D4015 (or 0x2D4015) is known color: Turtle Green. HEX triplet: 2D, 40 and 15. RGB value is (45,64,21). Sum of RGB (Red+Green+Blue) = 45+64+21=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4015 is #D2BFEA. Grayscale: #353535. Windows color (decimal): -13811691 or 1392685. OLE color: 1392685.
HSL color Cylindrical-coordinate representation of color #2D4015: hue angle of 86.51º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D4015 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 21 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.75 |
| HSL | 86.51º | 0.51% | 0.17% | - |
| HSV(B) | 86.51º | 0.67% | 0.25% | - |
| XYZ | 3.05 | 4.28 | 1.37 | - |
| YUV | 53.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 21 | 0.30 | 0 | 0.67 | 0.75 | 86.51 | 0.51 | 0.17 |
| Hex | 2D | 40 | 15 | 1E | 0 | 43 | 4B | 57 | 33 | 11 |
| Octal | 55 | 100 | 25 | 36 | 0 | 103 | 113 | 127 | 63 | 21 |
| Binary | 101101 | 1000000 | 10101 | 11110 | 0 | 1000011 | 1001011 | 1010111 | 110011 | 10001 |
Color Harmonies of #2D4015
Complementary color
Monochromatic Colors of #2D4015
Black with #2D4015
Text Example
Text Example
White with #2D4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4015; }
p { color: rgb(45,64,21); }
H1.HeaderClassName
{
color: #2D4015;
}
.AnyTagClassName
{
color: #2D4015;
}
</style>
background-color css
<style>
a { background-color: #2D4015; }
a { background-color: rgb(45,64,21); }
div.DivClassName
{
background-color: #2D4015;
}
.BgClassName
{
background-color: #2D4015;
}
</style>
border-color css
<style>
span { border-color: #2D4015; }
span { border-color: rgb(45,64,21); }
td.TdClassName
{
border-color: #2D4015;
}
.TagClassName
{
border-color: #2D4015;
}
</style>