Shades of Turtle Green #2D3100
Tints of Turtle Green #2D3100
RGB
CMYK
RGB Variations
Color information
#2D3100 (or 0x2D3100) is known color: Turtle Green. HEX triplet: 2D, 31 and 00. RGB value is (45,49,0). Sum of RGB (Red+Green+Blue) = 45+49+0=94 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.87% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3100 is #D2CEFF. Grayscale: #2A2A2A. Windows color (decimal): -13815552 or 12589. OLE color: 12589.
HSL color Cylindrical-coordinate representation of color #2D3100: hue angle of 64.9º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D3100 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.81 |
| HSL | 64.9º | 1% | 0.1% | - |
| HSV(B) | 64.9º | 1% | 0.19% | - |
| XYZ | 2.18 | 2.75 | 0.42 | - |
| YUV | 42.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 0 | 0.08 | 0 | 1 | 0.81 | 64.9 | 1 | 0.1 |
| Hex | 2D | 31 | 0 | 8 | 0 | 64 | 51 | 41 | 64 | A |
| Octal | 55 | 61 | 0 | 10 | 0 | 144 | 121 | 101 | 144 | 12 |
| Binary | 101101 | 110001 | 0 | 1000 | 0 | 1100100 | 1010001 | 1000001 | 1100100 | 1010 |
Color Harmonies of #2D3100
Complementary color
Monochromatic Colors of #2D3100
Black with #2D3100
Text Example
Text Example
White with #2D3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3100; }
p { color: rgb(45,49,0); }
H1.HeaderClassName
{
color: #2D3100;
}
.AnyTagClassName
{
color: #2D3100;
}
</style>
background-color css
<style>
a { background-color: #2D3100; }
a { background-color: rgb(45,49,0); }
div.DivClassName
{
background-color: #2D3100;
}
.BgClassName
{
background-color: #2D3100;
}
</style>
border-color css
<style>
span { border-color: #2D3100; }
span { border-color: rgb(45,49,0); }
td.TdClassName
{
border-color: #2D3100;
}
.TagClassName
{
border-color: #2D3100;
}
</style>