Shades of Turtle Green #2D3C15
Tints of Turtle Green #2D3C15
RGB
CMYK
RGB Variations
Color information
#2D3C15 (or 0x2D3C15) is known color: Turtle Green. HEX triplet: 2D, 3C and 15. RGB value is (45,60,21). Sum of RGB (Red+Green+Blue) = 45+60+21=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3C15 is #D2C3EA. Grayscale: #333333. Windows color (decimal): -13812715 or 1391661. OLE color: 1391661.
HSL color Cylindrical-coordinate representation of color #2D3C15: hue angle of 83.08º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D3C15 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 60 | 21 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.76 |
| HSL | 83.08º | 0.48% | 0.16% | - |
| HSV(B) | 83.08º | 0.65% | 0.24% | - |
| XYZ | 2.83 | 3.84 | 1.3 | - |
| YUV | 51.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 21 | 0.25 | 0 | 0.65 | 0.76 | 83.08 | 0.48 | 0.16 |
| Hex | 2D | 3C | 15 | 19 | 0 | 41 | 4C | 53 | 30 | 10 |
| Octal | 55 | 74 | 25 | 31 | 0 | 101 | 114 | 123 | 60 | 20 |
| Binary | 101101 | 111100 | 10101 | 11001 | 0 | 1000001 | 1001100 | 1010011 | 110000 | 10000 |
Color Harmonies of #2D3C15
Complementary color
Monochromatic Colors of #2D3C15
Black with #2D3C15
Text Example
Text Example
White with #2D3C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C15; }
p { color: rgb(45,60,21); }
H1.HeaderClassName
{
color: #2D3C15;
}
.AnyTagClassName
{
color: #2D3C15;
}
</style>
background-color css
<style>
a { background-color: #2D3C15; }
a { background-color: rgb(45,60,21); }
div.DivClassName
{
background-color: #2D3C15;
}
.BgClassName
{
background-color: #2D3C15;
}
</style>
border-color css
<style>
span { border-color: #2D3C15; }
span { border-color: rgb(45,60,21); }
td.TdClassName
{
border-color: #2D3C15;
}
.TagClassName
{
border-color: #2D3C15;
}
</style>