Shades of Turtle Green #2D3B0E
Tints of Turtle Green #2D3B0E
RGB
CMYK
RGB Variations
Color information
#2D3B0E (or 0x2D3B0E) is known color: Turtle Green. HEX triplet: 2D, 3B and 0E. RGB value is (45,59,14). Sum of RGB (Red+Green+Blue) = 45+59+14=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 59 (23.44% from 255 or 50% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3B0E is #D2C4F1. Grayscale: #313131. Windows color (decimal): -13812978 or 932653. OLE color: 932653.
HSL color Cylindrical-coordinate representation of color #2D3B0E: hue angle of 78.67º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D3B0E is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 59 | 14 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.77 |
| HSL | 78.67º | 0.62% | 0.14% | - |
| HSV(B) | 78.67º | 0.76% | 0.23% | - |
| XYZ | 2.73 | 3.72 | 0.99 | - |
| YUV | 49.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 14 | 0.24 | 0 | 0.76 | 0.77 | 78.67 | 0.62 | 0.14 |
| Hex | 2D | 3B | E | 18 | 0 | 4C | 4D | 4F | 3E | E |
| Octal | 55 | 73 | 16 | 30 | 0 | 114 | 115 | 117 | 76 | 16 |
| Binary | 101101 | 111011 | 1110 | 11000 | 0 | 1001100 | 1001101 | 1001111 | 111110 | 1110 |
Color Harmonies of #2D3B0E
Complementary color
Monochromatic Colors of #2D3B0E
Black with #2D3B0E
Text Example
Text Example
White with #2D3B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B0E; }
p { color: rgb(45,59,14); }
H1.HeaderClassName
{
color: #2D3B0E;
}
.AnyTagClassName
{
color: #2D3B0E;
}
</style>
background-color css
<style>
a { background-color: #2D3B0E; }
a { background-color: rgb(45,59,14); }
div.DivClassName
{
background-color: #2D3B0E;
}
.BgClassName
{
background-color: #2D3B0E;
}
</style>
border-color css
<style>
span { border-color: #2D3B0E; }
span { border-color: rgb(45,59,14); }
td.TdClassName
{
border-color: #2D3B0E;
}
.TagClassName
{
border-color: #2D3B0E;
}
</style>