Shades of Turtle Green #2D3915
Tints of Turtle Green #2D3915
RGB
CMYK
RGB Variations
Color information
#2D3915 (or 0x2D3915) is known color: Turtle Green. HEX triplet: 2D, 39 and 15. RGB value is (45,57,21). Sum of RGB (Red+Green+Blue) = 45+57+21=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #2D3915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3915 is #D2C6EA. Grayscale: #313131. Windows color (decimal): -13813483 or 1390893. OLE color: 1390893.
HSL color Cylindrical-coordinate representation of color #2D3915: hue angle of 80º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D3915 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 57 | 21 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.78 |
| HSL | 80º | 0.46% | 0.15% | - |
| HSV(B) | 80º | 0.63% | 0.22% | - |
| XYZ | 2.68 | 3.54 | 1.25 | - |
| YUV | 49.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 21 | 0.21 | 0 | 0.63 | 0.78 | 80 | 0.46 | 0.15 |
| Hex | 2D | 39 | 15 | 15 | 0 | 3F | 4E | 50 | 2E | F |
| Octal | 55 | 71 | 25 | 25 | 0 | 77 | 116 | 120 | 56 | 17 |
| Binary | 101101 | 111001 | 10101 | 10101 | 0 | 111111 | 1001110 | 1010000 | 101110 | 1111 |
Color Harmonies of #2D3915
Complementary color
Monochromatic Colors of #2D3915
Black with #2D3915
Text Example
Text Example
White with #2D3915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3915; }
p { color: rgb(45,57,21); }
H1.HeaderClassName
{
color: #2D3915;
}
.AnyTagClassName
{
color: #2D3915;
}
</style>
background-color css
<style>
a { background-color: #2D3915; }
a { background-color: rgb(45,57,21); }
div.DivClassName
{
background-color: #2D3915;
}
.BgClassName
{
background-color: #2D3915;
}
</style>
border-color css
<style>
span { border-color: #2D3915; }
span { border-color: rgb(45,57,21); }
td.TdClassName
{
border-color: #2D3915;
}
.TagClassName
{
border-color: #2D3915;
}
</style>