Shades of Turtle Green #2D3E14
Tints of Turtle Green #2D3E14
RGB
CMYK
RGB Variations
Color information
#2D3E14 (or 0x2D3E14) is known color: Turtle Green. HEX triplet: 2D, 3E and 14. RGB value is (45,62,20). Sum of RGB (Red+Green+Blue) = 45+62+20=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3E14 is #D2C1EB. Grayscale: #343434. Windows color (decimal): -13812204 or 1326637. OLE color: 1326637.
HSL color Cylindrical-coordinate representation of color #2D3E14: hue angle of 84.29º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D3E14 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 62 | 20 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.76 |
| HSL | 84.29º | 0.51% | 0.16% | - |
| HSV(B) | 84.29º | 0.68% | 0.24% | - |
| XYZ | 2.93 | 4.05 | 1.29 | - |
| YUV | 52.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 20 | 0.27 | 0 | 0.68 | 0.76 | 84.29 | 0.51 | 0.16 |
| Hex | 2D | 3E | 14 | 1B | 0 | 44 | 4C | 54 | 33 | 10 |
| Octal | 55 | 76 | 24 | 33 | 0 | 104 | 114 | 124 | 63 | 20 |
| Binary | 101101 | 111110 | 10100 | 11011 | 0 | 1000100 | 1001100 | 1010100 | 110011 | 10000 |
Color Harmonies of #2D3E14
Complementary color
Monochromatic Colors of #2D3E14
Black with #2D3E14
Text Example
Text Example
White with #2D3E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3E14; }
p { color: rgb(45,62,20); }
H1.HeaderClassName
{
color: #2D3E14;
}
.AnyTagClassName
{
color: #2D3E14;
}
</style>
background-color css
<style>
a { background-color: #2D3E14; }
a { background-color: rgb(45,62,20); }
div.DivClassName
{
background-color: #2D3E14;
}
.BgClassName
{
background-color: #2D3E14;
}
</style>
border-color css
<style>
span { border-color: #2D3E14; }
span { border-color: rgb(45,62,20); }
td.TdClassName
{
border-color: #2D3E14;
}
.TagClassName
{
border-color: #2D3E14;
}
</style>