Shades of Turtle Green #2D3401
Tints of Turtle Green #2D3401
RGB
CMYK
RGB Variations
Color information
#2D3401 (or 0x2D3401) is known color: Turtle Green. HEX triplet: 2D, 34 and 01. RGB value is (45,52,1). Sum of RGB (Red+Green+Blue) = 45+52+1=98 (12% of max value = 765). Red value is 45 (17.97% from 255 or 45.92% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3401 is #D2CBFE. Grayscale: #2C2C2C. Windows color (decimal): -13814783 or 78893. OLE color: 78893.
HSL color Cylindrical-coordinate representation of color #2D3401: hue angle of 68.24º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D3401 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 1 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.80 |
| HSL | 68.24º | 0.96% | 0.1% | - |
| HSV(B) | 68.24º | 0.98% | 0.2% | - |
| XYZ | 2.32 | 3.02 | 0.49 | - |
| YUV | 44.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 1 | 0.13 | 0 | 0.98 | 0.80 | 68.24 | 0.96 | 0.1 |
| Hex | 2D | 34 | 1 | D | 0 | 62 | 50 | 44 | 60 | A |
| Octal | 55 | 64 | 1 | 15 | 0 | 142 | 120 | 104 | 140 | 12 |
| Binary | 101101 | 110100 | 1 | 1101 | 0 | 1100010 | 1010000 | 1000100 | 1100000 | 1010 |
Color Harmonies of #2D3401
Complementary color
Monochromatic Colors of #2D3401
Black with #2D3401
Text Example
Text Example
White with #2D3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3401; }
p { color: rgb(45,52,1); }
H1.HeaderClassName
{
color: #2D3401;
}
.AnyTagClassName
{
color: #2D3401;
}
</style>
background-color css
<style>
a { background-color: #2D3401; }
a { background-color: rgb(45,52,1); }
div.DivClassName
{
background-color: #2D3401;
}
.BgClassName
{
background-color: #2D3401;
}
</style>
border-color css
<style>
span { border-color: #2D3401; }
span { border-color: rgb(45,52,1); }
td.TdClassName
{
border-color: #2D3401;
}
.TagClassName
{
border-color: #2D3401;
}
</style>