Shades of Turtle Green #2D3914
Tints of Turtle Green #2D3914
RGB
CMYK
RGB Variations
Color information
#2D3914 (or 0x2D3914) is known color: Turtle Green. HEX triplet: 2D, 39 and 14. RGB value is (45,57,20). Sum of RGB (Red+Green+Blue) = 45+57+20=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #2D3914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3914 is #D2C6EB. Grayscale: #313131. Windows color (decimal): -13813484 or 1325357. OLE color: 1325357.
HSL color Cylindrical-coordinate representation of color #2D3914: hue angle of 79.46º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D3914 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 57 | 20 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.78 |
| HSL | 79.46º | 0.48% | 0.15% | - |
| HSV(B) | 79.46º | 0.65% | 0.22% | - |
| XYZ | 2.67 | 3.53 | 1.2 | - |
| YUV | 49.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 20 | 0.21 | 0 | 0.65 | 0.78 | 79.46 | 0.48 | 0.15 |
| Hex | 2D | 39 | 14 | 15 | 0 | 41 | 4E | 4F | 30 | F |
| Octal | 55 | 71 | 24 | 25 | 0 | 101 | 116 | 117 | 60 | 17 |
| Binary | 101101 | 111001 | 10100 | 10101 | 0 | 1000001 | 1001110 | 1001111 | 110000 | 1111 |
Color Harmonies of #2D3914
Complementary color
Monochromatic Colors of #2D3914
Black with #2D3914
Text Example
Text Example
White with #2D3914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3914; }
p { color: rgb(45,57,20); }
H1.HeaderClassName
{
color: #2D3914;
}
.AnyTagClassName
{
color: #2D3914;
}
</style>
background-color css
<style>
a { background-color: #2D3914; }
a { background-color: rgb(45,57,20); }
div.DivClassName
{
background-color: #2D3914;
}
.BgClassName
{
background-color: #2D3914;
}
</style>
border-color css
<style>
span { border-color: #2D3914; }
span { border-color: rgb(45,57,20); }
td.TdClassName
{
border-color: #2D3914;
}
.TagClassName
{
border-color: #2D3914;
}
</style>