Shades of Turtle Green #2D3B11
Tints of Turtle Green #2D3B11
RGB
CMYK
RGB Variations
Color information
#2D3B11 (or 0x2D3B11) is known color: Turtle Green. HEX triplet: 2D, 3B and 11. RGB value is (45,59,17). Sum of RGB (Red+Green+Blue) = 45+59+17=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3B11 is #D2C4EE. Grayscale: #323232. Windows color (decimal): -13812975 or 1129261. OLE color: 1129261.
HSL color Cylindrical-coordinate representation of color #2D3B11: hue angle of 80º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D3B11 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 59 | 17 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.77 |
| HSL | 80º | 0.55% | 0.15% | - |
| HSV(B) | 80º | 0.71% | 0.23% | - |
| XYZ | 2.75 | 3.73 | 1.1 | - |
| YUV | 50.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 17 | 0.24 | 0 | 0.71 | 0.77 | 80 | 0.55 | 0.15 |
| Hex | 2D | 3B | 11 | 18 | 0 | 47 | 4D | 50 | 37 | F |
| Octal | 55 | 73 | 21 | 30 | 0 | 107 | 115 | 120 | 67 | 17 |
| Binary | 101101 | 111011 | 10001 | 11000 | 0 | 1000111 | 1001101 | 1010000 | 110111 | 1111 |
Color Harmonies of #2D3B11
Complementary color
Monochromatic Colors of #2D3B11
Black with #2D3B11
Text Example
Text Example
White with #2D3B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B11; }
p { color: rgb(45,59,17); }
H1.HeaderClassName
{
color: #2D3B11;
}
.AnyTagClassName
{
color: #2D3B11;
}
</style>
background-color css
<style>
a { background-color: #2D3B11; }
a { background-color: rgb(45,59,17); }
div.DivClassName
{
background-color: #2D3B11;
}
.BgClassName
{
background-color: #2D3B11;
}
</style>
border-color css
<style>
span { border-color: #2D3B11; }
span { border-color: rgb(45,59,17); }
td.TdClassName
{
border-color: #2D3B11;
}
.TagClassName
{
border-color: #2D3B11;
}
</style>