Shades of Turtle Green #2D3409
Tints of Turtle Green #2D3409
RGB
CMYK
RGB Variations
Color information
#2D3409 (or 0x2D3409) is known color: Turtle Green. HEX triplet: 2D, 34 and 09. RGB value is (45,52,9). Sum of RGB (Red+Green+Blue) = 45+52+9=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3409 is #D2CBF6. Grayscale: #2D2D2D. Windows color (decimal): -13814775 or 603181. OLE color: 603181.
HSL color Cylindrical-coordinate representation of color #2D3409: hue angle of 69.77º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D3409 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 9 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.80 |
| HSL | 69.77º | 0.7% | 0.12% | - |
| HSV(B) | 69.77º | 0.83% | 0.2% | - |
| XYZ | 2.36 | 3.03 | 0.72 | - |
| YUV | 45.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 9 | 0.13 | 0 | 0.83 | 0.80 | 69.77 | 0.7 | 0.12 |
| Hex | 2D | 34 | 9 | D | 0 | 53 | 50 | 46 | 46 | C |
| Octal | 55 | 64 | 11 | 15 | 0 | 123 | 120 | 106 | 106 | 14 |
| Binary | 101101 | 110100 | 1001 | 1101 | 0 | 1010011 | 1010000 | 1000110 | 1000110 | 1100 |
Color Harmonies of #2D3409
Complementary color
Monochromatic Colors of #2D3409
Black with #2D3409
Text Example
Text Example
White with #2D3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3409; }
p { color: rgb(45,52,9); }
H1.HeaderClassName
{
color: #2D3409;
}
.AnyTagClassName
{
color: #2D3409;
}
</style>
background-color css
<style>
a { background-color: #2D3409; }
a { background-color: rgb(45,52,9); }
div.DivClassName
{
background-color: #2D3409;
}
.BgClassName
{
background-color: #2D3409;
}
</style>
border-color css
<style>
span { border-color: #2D3409; }
span { border-color: rgb(45,52,9); }
td.TdClassName
{
border-color: #2D3409;
}
.TagClassName
{
border-color: #2D3409;
}
</style>