Shades of Turtle Green #2D3719
Tints of Turtle Green #2D3719
RGB
CMYK
RGB Variations
Color information
#2D3719 (or 0x2D3719) is known color: Turtle Green. HEX triplet: 2D, 37 and 19. RGB value is (45,55,25). Sum of RGB (Red+Green+Blue) = 45+55+25=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3719 is #D2C8E6. Grayscale: #303030. Windows color (decimal): -13813991 or 1652525. OLE color: 1652525.
HSL color Cylindrical-coordinate representation of color #2D3719: hue angle of 80º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D3719 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 25 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.78 |
| HSL | 80º | 0.38% | 0.16% | - |
| HSV(B) | 80º | 0.55% | 0.22% | - |
| XYZ | 2.62 | 3.36 | 1.43 | - |
| YUV | 48.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 25 | 0.18 | 0 | 0.55 | 0.78 | 80 | 0.38 | 0.16 |
| Hex | 2D | 37 | 19 | 12 | 0 | 37 | 4E | 50 | 26 | 10 |
| Octal | 55 | 67 | 31 | 22 | 0 | 67 | 116 | 120 | 46 | 20 |
| Binary | 101101 | 110111 | 11001 | 10010 | 0 | 110111 | 1001110 | 1010000 | 100110 | 10000 |
Color Harmonies of #2D3719
Complementary color
Monochromatic Colors of #2D3719
Black with #2D3719
Text Example
Text Example
White with #2D3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3719; }
p { color: rgb(45,55,25); }
H1.HeaderClassName
{
color: #2D3719;
}
.AnyTagClassName
{
color: #2D3719;
}
</style>
background-color css
<style>
a { background-color: #2D3719; }
a { background-color: rgb(45,55,25); }
div.DivClassName
{
background-color: #2D3719;
}
.BgClassName
{
background-color: #2D3719;
}
</style>
border-color css
<style>
span { border-color: #2D3719; }
span { border-color: rgb(45,55,25); }
td.TdClassName
{
border-color: #2D3719;
}
.TagClassName
{
border-color: #2D3719;
}
</style>