Shades of Turtle Green #2D4313
Tints of Turtle Green #2D4313
RGB
CMYK
RGB Variations
Color information
#2D4313 (or 0x2D4313) is known color: Turtle Green. HEX triplet: 2D, 43 and 13. RGB value is (45,67,19). Sum of RGB (Red+Green+Blue) = 45+67+19=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4313 is #D2BCEC. Grayscale: #373737. Windows color (decimal): -13810925 or 1262381. OLE color: 1262381.
HSL color Cylindrical-coordinate representation of color #2D4313: hue angle of 87.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D4313 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 67 | 19 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.74 |
| HSL | 87.5º | 0.56% | 0.17% | - |
| HSV(B) | 87.5º | 0.72% | 0.26% | - |
| XYZ | 3.21 | 4.62 | 1.34 | - |
| YUV | 54.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 19 | 0.33 | 0 | 0.72 | 0.74 | 87.5 | 0.56 | 0.17 |
| Hex | 2D | 43 | 13 | 21 | 0 | 48 | 4A | 57 | 38 | 11 |
| Octal | 55 | 103 | 23 | 41 | 0 | 110 | 112 | 127 | 70 | 21 |
| Binary | 101101 | 1000011 | 10011 | 100001 | 0 | 1001000 | 1001010 | 1010111 | 111000 | 10001 |
Color Harmonies of #2D4313
Complementary color
Monochromatic Colors of #2D4313
Black with #2D4313
Text Example
Text Example
White with #2D4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4313; }
p { color: rgb(45,67,19); }
H1.HeaderClassName
{
color: #2D4313;
}
.AnyTagClassName
{
color: #2D4313;
}
</style>
background-color css
<style>
a { background-color: #2D4313; }
a { background-color: rgb(45,67,19); }
div.DivClassName
{
background-color: #2D4313;
}
.BgClassName
{
background-color: #2D4313;
}
</style>
border-color css
<style>
span { border-color: #2D4313; }
span { border-color: rgb(45,67,19); }
td.TdClassName
{
border-color: #2D4313;
}
.TagClassName
{
border-color: #2D4313;
}
</style>