Shades of Turtle Green #2D3404
Tints of Turtle Green #2D3404
RGB
CMYK
RGB Variations
Color information
#2D3404 (or 0x2D3404) is known color: Turtle Green. HEX triplet: 2D, 34 and 04. RGB value is (45,52,4). Sum of RGB (Red+Green+Blue) = 45+52+4=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3404 is #D2CBFB. Grayscale: #2C2C2C. Windows color (decimal): -13814780 or 275501. OLE color: 275501.
HSL color Cylindrical-coordinate representation of color #2D3404: hue angle of 68.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D3404 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 4 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.80 |
| HSL | 68.75º | 0.86% | 0.11% | - |
| HSV(B) | 68.75º | 0.92% | 0.2% | - |
| XYZ | 2.33 | 3.02 | 0.58 | - |
| YUV | 44.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 4 | 0.13 | 0 | 0.92 | 0.80 | 68.75 | 0.86 | 0.11 |
| Hex | 2D | 34 | 4 | D | 0 | 5C | 50 | 45 | 56 | B |
| Octal | 55 | 64 | 4 | 15 | 0 | 134 | 120 | 105 | 126 | 13 |
| Binary | 101101 | 110100 | 100 | 1101 | 0 | 1011100 | 1010000 | 1000101 | 1010110 | 1011 |
Color Harmonies of #2D3404
Complementary color
Monochromatic Colors of #2D3404
Black with #2D3404
Text Example
Text Example
White with #2D3404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3404; }
p { color: rgb(45,52,4); }
H1.HeaderClassName
{
color: #2D3404;
}
.AnyTagClassName
{
color: #2D3404;
}
</style>
background-color css
<style>
a { background-color: #2D3404; }
a { background-color: rgb(45,52,4); }
div.DivClassName
{
background-color: #2D3404;
}
.BgClassName
{
background-color: #2D3404;
}
</style>
border-color css
<style>
span { border-color: #2D3404; }
span { border-color: rgb(45,52,4); }
td.TdClassName
{
border-color: #2D3404;
}
.TagClassName
{
border-color: #2D3404;
}
</style>