Shades of Turtle Green #2D3F13
Tints of Turtle Green #2D3F13
RGB
CMYK
RGB Variations
Color information
#2D3F13 (or 0x2D3F13) is known color: Turtle Green. HEX triplet: 2D, 3F and 13. RGB value is (45,63,19). Sum of RGB (Red+Green+Blue) = 45+63+19=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3F13 is #D2C0EC. Grayscale: #343434. Windows color (decimal): -13811949 or 1261357. OLE color: 1261357.
HSL color Cylindrical-coordinate representation of color #2D3F13: hue angle of 84.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D3F13 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 63 | 19 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.75 |
| HSL | 84.55º | 0.54% | 0.16% | - |
| HSV(B) | 84.55º | 0.7% | 0.25% | - |
| XYZ | 2.98 | 4.16 | 1.26 | - |
| YUV | 52.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 19 | 0.29 | 0 | 0.70 | 0.75 | 84.55 | 0.54 | 0.16 |
| Hex | 2D | 3F | 13 | 1D | 0 | 46 | 4B | 55 | 36 | 10 |
| Octal | 55 | 77 | 23 | 35 | 0 | 106 | 113 | 125 | 66 | 20 |
| Binary | 101101 | 111111 | 10011 | 11101 | 0 | 1000110 | 1001011 | 1010101 | 110110 | 10000 |
Color Harmonies of #2D3F13
Complementary color
Monochromatic Colors of #2D3F13
Black with #2D3F13
Text Example
Text Example
White with #2D3F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3F13; }
p { color: rgb(45,63,19); }
H1.HeaderClassName
{
color: #2D3F13;
}
.AnyTagClassName
{
color: #2D3F13;
}
</style>
background-color css
<style>
a { background-color: #2D3F13; }
a { background-color: rgb(45,63,19); }
div.DivClassName
{
background-color: #2D3F13;
}
.BgClassName
{
background-color: #2D3F13;
}
</style>
border-color css
<style>
span { border-color: #2D3F13; }
span { border-color: rgb(45,63,19); }
td.TdClassName
{
border-color: #2D3F13;
}
.TagClassName
{
border-color: #2D3F13;
}
</style>