Shades of Turtle Green #2D3F16
Tints of Turtle Green #2D3F16
RGB
CMYK
RGB Variations
Color information
#2D3F16 (or 0x2D3F16) is known color: Turtle Green. HEX triplet: 2D, 3F and 16. RGB value is (45,63,22). Sum of RGB (Red+Green+Blue) = 45+63+22=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3F16 is #D2C0E9. Grayscale: #353535. Windows color (decimal): -13811946 or 1457965. OLE color: 1457965.
HSL color Cylindrical-coordinate representation of color #2D3F16: hue angle of 86.34º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D3F16 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 63 | 22 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.75 |
| HSL | 86.34º | 0.48% | 0.17% | - |
| HSV(B) | 86.34º | 0.65% | 0.25% | - |
| XYZ | 3 | 4.17 | 1.41 | - |
| YUV | 52.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 22 | 0.29 | 0 | 0.65 | 0.75 | 86.34 | 0.48 | 0.17 |
| Hex | 2D | 3F | 16 | 1D | 0 | 41 | 4B | 56 | 30 | 11 |
| Octal | 55 | 77 | 26 | 35 | 0 | 101 | 113 | 126 | 60 | 21 |
| Binary | 101101 | 111111 | 10110 | 11101 | 0 | 1000001 | 1001011 | 1010110 | 110000 | 10001 |
Color Harmonies of #2D3F16
Complementary color
Monochromatic Colors of #2D3F16
Black with #2D3F16
Text Example
Text Example
White with #2D3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3F16; }
p { color: rgb(45,63,22); }
H1.HeaderClassName
{
color: #2D3F16;
}
.AnyTagClassName
{
color: #2D3F16;
}
</style>
background-color css
<style>
a { background-color: #2D3F16; }
a { background-color: rgb(45,63,22); }
div.DivClassName
{
background-color: #2D3F16;
}
.BgClassName
{
background-color: #2D3F16;
}
</style>
border-color css
<style>
span { border-color: #2D3F16; }
span { border-color: rgb(45,63,22); }
td.TdClassName
{
border-color: #2D3F16;
}
.TagClassName
{
border-color: #2D3F16;
}
</style>