Shades of Turtle Green #2D3D0F
Tints of Turtle Green #2D3D0F
RGB
CMYK
RGB Variations
Color information
#2D3D0F (or 0x2D3D0F) is known color: Turtle Green. HEX triplet: 2D, 3D and 0F. RGB value is (45,61,15). Sum of RGB (Red+Green+Blue) = 45+61+15=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3D0F is #D2C2F0. Grayscale: #333333. Windows color (decimal): -13812465 or 998701. OLE color: 998701.
HSL color Cylindrical-coordinate representation of color #2D3D0F: hue angle of 80.87º degrees, saturation: 0.61, 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 #2D3D0F is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 15 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.76 |
| HSL | 80.87º | 0.61% | 0.15% | - |
| HSV(B) | 80.87º | 0.75% | 0.24% | - |
| XYZ | 2.84 | 3.93 | 1.06 | - |
| YUV | 50.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 15 | 0.26 | 0 | 0.75 | 0.76 | 80.87 | 0.61 | 0.15 |
| Hex | 2D | 3D | F | 1A | 0 | 4B | 4C | 51 | 3D | F |
| Octal | 55 | 75 | 17 | 32 | 0 | 113 | 114 | 121 | 75 | 17 |
| Binary | 101101 | 111101 | 1111 | 11010 | 0 | 1001011 | 1001100 | 1010001 | 111101 | 1111 |
Color Harmonies of #2D3D0F
Complementary color
Monochromatic Colors of #2D3D0F
Black with #2D3D0F
Text Example
Text Example
White with #2D3D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D0F; }
p { color: rgb(45,61,15); }
H1.HeaderClassName
{
color: #2D3D0F;
}
.AnyTagClassName
{
color: #2D3D0F;
}
</style>
background-color css
<style>
a { background-color: #2D3D0F; }
a { background-color: rgb(45,61,15); }
div.DivClassName
{
background-color: #2D3D0F;
}
.BgClassName
{
background-color: #2D3D0F;
}
</style>
border-color css
<style>
span { border-color: #2D3D0F; }
span { border-color: rgb(45,61,15); }
td.TdClassName
{
border-color: #2D3D0F;
}
.TagClassName
{
border-color: #2D3D0F;
}
</style>