Shades of Turtle Green #2D3C0F
Tints of Turtle Green #2D3C0F
RGB
CMYK
RGB Variations
Color information
#2D3C0F (or 0x2D3C0F) is known color: Turtle Green. HEX triplet: 2D, 3C and 0F. RGB value is (45,60,15). Sum of RGB (Red+Green+Blue) = 45+60+15=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3C0F is #D2C3F0. Grayscale: #323232. Windows color (decimal): -13812721 or 998445. OLE color: 998445.
HSL color Cylindrical-coordinate representation of color #2D3C0F: hue angle of 80º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D3C0F is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 60 | 15 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.76 |
| HSL | 80º | 0.6% | 0.15% | - |
| HSV(B) | 80º | 0.75% | 0.24% | - |
| XYZ | 2.78 | 3.82 | 1.04 | - |
| YUV | 50.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 15 | 0.25 | 0 | 0.75 | 0.76 | 80 | 0.6 | 0.15 |
| Hex | 2D | 3C | F | 19 | 0 | 4B | 4C | 50 | 3C | F |
| Octal | 55 | 74 | 17 | 31 | 0 | 113 | 114 | 120 | 74 | 17 |
| Binary | 101101 | 111100 | 1111 | 11001 | 0 | 1001011 | 1001100 | 1010000 | 111100 | 1111 |
Color Harmonies of #2D3C0F
Complementary color
Monochromatic Colors of #2D3C0F
Black with #2D3C0F
Text Example
Text Example
White with #2D3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C0F; }
p { color: rgb(45,60,15); }
H1.HeaderClassName
{
color: #2D3C0F;
}
.AnyTagClassName
{
color: #2D3C0F;
}
</style>
background-color css
<style>
a { background-color: #2D3C0F; }
a { background-color: rgb(45,60,15); }
div.DivClassName
{
background-color: #2D3C0F;
}
.BgClassName
{
background-color: #2D3C0F;
}
</style>
border-color css
<style>
span { border-color: #2D3C0F; }
span { border-color: rgb(45,60,15); }
td.TdClassName
{
border-color: #2D3C0F;
}
.TagClassName
{
border-color: #2D3C0F;
}
</style>