Shades of Turtle Green #2D410C
Tints of Turtle Green #2D410C
RGB
CMYK
RGB Variations
Color information
#2D410C (or 0x2D410C) is known color: Turtle Green. HEX triplet: 2D, 41 and 0C. RGB value is (45,65,12). Sum of RGB (Red+Green+Blue) = 45+65+12=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #2D410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D410C is #D2BEF3. Grayscale: #353535. Windows color (decimal): -13811444 or 803117. OLE color: 803117.
HSL color Cylindrical-coordinate representation of color #2D410C: hue angle of 82.64º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D410C is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 12 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.75 |
| HSL | 82.64º | 0.69% | 0.15% | - |
| HSV(B) | 82.64º | 0.82% | 0.25% | - |
| XYZ | 3.04 | 4.37 | 1.03 | - |
| YUV | 52.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 12 | 0.31 | 0 | 0.82 | 0.75 | 82.64 | 0.69 | 0.15 |
| Hex | 2D | 41 | C | 1F | 0 | 52 | 4B | 53 | 45 | F |
| Octal | 55 | 101 | 14 | 37 | 0 | 122 | 113 | 123 | 105 | 17 |
| Binary | 101101 | 1000001 | 1100 | 11111 | 0 | 1010010 | 1001011 | 1010011 | 1000101 | 1111 |
Color Harmonies of #2D410C
Complementary color
Monochromatic Colors of #2D410C
Black with #2D410C
Text Example
Text Example
White with #2D410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D410C; }
p { color: rgb(45,65,12); }
H1.HeaderClassName
{
color: #2D410C;
}
.AnyTagClassName
{
color: #2D410C;
}
</style>
background-color css
<style>
a { background-color: #2D410C; }
a { background-color: rgb(45,65,12); }
div.DivClassName
{
background-color: #2D410C;
}
.BgClassName
{
background-color: #2D410C;
}
</style>
border-color css
<style>
span { border-color: #2D410C; }
span { border-color: rgb(45,65,12); }
td.TdClassName
{
border-color: #2D410C;
}
.TagClassName
{
border-color: #2D410C;
}
</style>