Shades of Turtle Green #2D3319
Tints of Turtle Green #2D3319
RGB
CMYK
RGB Variations
Color information
#2D3319 (or 0x2D3319) is known color: Turtle Green. HEX triplet: 2D, 33 and 19. RGB value is (45,51,25). Sum of RGB (Red+Green+Blue) = 45+51+25=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #2D3319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3319 is #D2CCE6. Grayscale: #2E2E2E. Windows color (decimal): -13815015 or 1651501. OLE color: 1651501.
HSL color Cylindrical-coordinate representation of color #2D3319: hue angle of 73.85º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D3319 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 51 | 25 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.8 |
| HSL | 73.85º | 0.34% | 0.15% | - |
| HSV(B) | 73.85º | 0.51% | 0.2% | - |
| XYZ | 2.44 | 3 | 1.37 | - |
| YUV | 46.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 25 | 0.12 | 0 | 0.51 | 0.8 | 73.85 | 0.34 | 0.15 |
| Hex | 2D | 33 | 19 | C | 0 | 33 | 50 | 4A | 22 | F |
| Octal | 55 | 63 | 31 | 14 | 0 | 63 | 120 | 112 | 42 | 17 |
| Binary | 101101 | 110011 | 11001 | 1100 | 0 | 110011 | 1010000 | 1001010 | 100010 | 1111 |
Color Harmonies of #2D3319
Complementary color
Monochromatic Colors of #2D3319
Black with #2D3319
Text Example
Text Example
White with #2D3319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3319; }
p { color: rgb(45,51,25); }
H1.HeaderClassName
{
color: #2D3319;
}
.AnyTagClassName
{
color: #2D3319;
}
</style>
background-color css
<style>
a { background-color: #2D3319; }
a { background-color: rgb(45,51,25); }
div.DivClassName
{
background-color: #2D3319;
}
.BgClassName
{
background-color: #2D3319;
}
</style>
border-color css
<style>
span { border-color: #2D3319; }
span { border-color: rgb(45,51,25); }
td.TdClassName
{
border-color: #2D3319;
}
.TagClassName
{
border-color: #2D3319;
}
</style>