Shades of Turtle Green #2D410B
Tints of Turtle Green #2D410B
RGB
CMYK
RGB Variations
Color information
#2D410B (or 0x2D410B) is known color: Turtle Green. HEX triplet: 2D, 41 and 0B. RGB value is (45,65,11). Sum of RGB (Red+Green+Blue) = 45+65+11=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #2D410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D410B is #D2BEF4. Grayscale: #353535. Windows color (decimal): -13811445 or 737581. OLE color: 737581.
HSL color Cylindrical-coordinate representation of color #2D410B: hue angle of 82.22º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D410B is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
RGB | 45 | 65 | 11 | - |
CMYK | 0.31 | 0 | 0.83 | 0.75 |
HSL | 82.22º | 0.71% | 0.15% | - |
HSV(B) | 82.22º | 0.83% | 0.25% | - |
XYZ | 3.03 | 4.36 | 1 | - |
YUV | 52.86 | 104.37 | 122.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 65 | 11 | 0.31 | 0 | 0.83 | 0.75 | 82.22 | 0.71 | 0.15 |
Hex | 2D | 41 | B | 1F | 0 | 53 | 4B | 52 | 47 | F |
Octal | 55 | 101 | 13 | 37 | 0 | 123 | 113 | 122 | 107 | 17 |
Binary | 101101 | 1000001 | 1011 | 11111 | 0 | 1010011 | 1001011 | 1010010 | 1000111 | 1111 |
Color Harmonies of #2D410B
Complementary color
Monochromatic Colors of #2D410B
Black with #2D410B
Text Example
Text Example
White with #2D410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D410B; }
p { color: rgb(45,65,11); }
H1.HeaderClassName
{
color: #2D410B;
}
.AnyTagClassName
{
color: #2D410B;
}
</style>
background-color css
<style>
a { background-color: #2D410B; }
a { background-color: rgb(45,65,11); }
div.DivClassName
{
background-color: #2D410B;
}
.BgClassName
{
background-color: #2D410B;
}
</style>
border-color css
<style>
span { border-color: #2D410B; }
span { border-color: rgb(45,65,11); }
td.TdClassName
{
border-color: #2D410B;
}
.TagClassName
{
border-color: #2D410B;
}
</style>