Shades of Turtle Green #2D3B14
Tints of Turtle Green #2D3B14
RGB
CMYK
RGB Variations
Color information
#2D3B14 (or 0x2D3B14) is known color: Turtle Green. HEX triplet: 2D, 3B and 14. RGB value is (45,59,20). Sum of RGB (Red+Green+Blue) = 45+59+20=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3B14 is #D2C4EB. Grayscale: #323232. Windows color (decimal): -13812972 or 1325869. OLE color: 1325869.
HSL color Cylindrical-coordinate representation of color #2D3B14: hue angle of 81.54º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D3B14 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 59 | 20 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.77 |
| HSL | 81.54º | 0.49% | 0.15% | - |
| HSV(B) | 81.54º | 0.66% | 0.23% | - |
| XYZ | 2.77 | 3.74 | 1.24 | - |
| YUV | 50.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 20 | 0.24 | 0 | 0.66 | 0.77 | 81.54 | 0.49 | 0.15 |
| Hex | 2D | 3B | 14 | 18 | 0 | 42 | 4D | 52 | 31 | F |
| Octal | 55 | 73 | 24 | 30 | 0 | 102 | 115 | 122 | 61 | 17 |
| Binary | 101101 | 111011 | 10100 | 11000 | 0 | 1000010 | 1001101 | 1010010 | 110001 | 1111 |
Color Harmonies of #2D3B14
Complementary color
Monochromatic Colors of #2D3B14
Black with #2D3B14
Text Example
Text Example
White with #2D3B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B14; }
p { color: rgb(45,59,20); }
H1.HeaderClassName
{
color: #2D3B14;
}
.AnyTagClassName
{
color: #2D3B14;
}
</style>
background-color css
<style>
a { background-color: #2D3B14; }
a { background-color: rgb(45,59,20); }
div.DivClassName
{
background-color: #2D3B14;
}
.BgClassName
{
background-color: #2D3B14;
}
</style>
border-color css
<style>
span { border-color: #2D3B14; }
span { border-color: rgb(45,59,20); }
td.TdClassName
{
border-color: #2D3B14;
}
.TagClassName
{
border-color: #2D3B14;
}
</style>