Shades of Turtle Green #2D410D
Tints of Turtle Green #2D410D
RGB
CMYK
RGB Variations
Color information
#2D410D (or 0x2D410D) is known color: Turtle Green. HEX triplet: 2D, 41 and 0D. RGB value is (45,65,13). Sum of RGB (Red+Green+Blue) = 45+65+13=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #2D410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D410D is #D2BEF2. Grayscale: #353535. Windows color (decimal): -13811443 or 868653. OLE color: 868653.
HSL color Cylindrical-coordinate representation of color #2D410D: hue angle of 83.08º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D410D is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 13 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.75 |
| HSL | 83.08º | 0.67% | 0.15% | - |
| HSV(B) | 83.08º | 0.8% | 0.25% | - |
| XYZ | 3.05 | 4.37 | 1.06 | - |
| YUV | 53.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 13 | 0.31 | 0 | 0.80 | 0.75 | 83.08 | 0.67 | 0.15 |
| Hex | 2D | 41 | D | 1F | 0 | 50 | 4B | 53 | 43 | F |
| Octal | 55 | 101 | 15 | 37 | 0 | 120 | 113 | 123 | 103 | 17 |
| Binary | 101101 | 1000001 | 1101 | 11111 | 0 | 1010000 | 1001011 | 1010011 | 1000011 | 1111 |
Color Harmonies of #2D410D
Complementary color
Monochromatic Colors of #2D410D
Black with #2D410D
Text Example
Text Example
White with #2D410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D410D; }
p { color: rgb(45,65,13); }
H1.HeaderClassName
{
color: #2D410D;
}
.AnyTagClassName
{
color: #2D410D;
}
</style>
background-color css
<style>
a { background-color: #2D410D; }
a { background-color: rgb(45,65,13); }
div.DivClassName
{
background-color: #2D410D;
}
.BgClassName
{
background-color: #2D410D;
}
</style>
border-color css
<style>
span { border-color: #2D410D; }
span { border-color: rgb(45,65,13); }
td.TdClassName
{
border-color: #2D410D;
}
.TagClassName
{
border-color: #2D410D;
}
</style>