Shades of Turtle Green #2A410B
Tints of Turtle Green #2A410B
RGB
CMYK
RGB Variations
Color information
#2A410B (or 0x2A410B) is known color: Turtle Green. HEX triplet: 2A, 41 and 0B. RGB value is (42,65,11). Sum of RGB (Red+Green+Blue) = 42+65+11=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #2A410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A410B is #D5BEF4. Grayscale: #343434. Windows color (decimal): -14008053 or 737578. OLE color: 737578.
HSL color Cylindrical-coordinate representation of color #2A410B: hue angle of 85.56º 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 #2A410B is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 11 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.75 |
| HSL | 85.56º | 0.71% | 0.15% | - |
| HSV(B) | 85.56º | 0.83% | 0.25% | - |
| XYZ | 2.91 | 4.3 | 0.99 | - |
| YUV | 51.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 11 | 0.35 | 0 | 0.83 | 0.75 | 85.56 | 0.71 | 0.15 |
| Hex | 2A | 41 | B | 23 | 0 | 53 | 4B | 56 | 47 | F |
| Octal | 52 | 101 | 13 | 43 | 0 | 123 | 113 | 126 | 107 | 17 |
| Binary | 101010 | 1000001 | 1011 | 100011 | 0 | 1010011 | 1001011 | 1010110 | 1000111 | 1111 |
Color Harmonies of #2A410B
Complementary color
Monochromatic Colors of #2A410B
Black with #2A410B
Text Example
Text Example
White with #2A410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A410B; }
p { color: rgb(42,65,11); }
H1.HeaderClassName
{
color: #2A410B;
}
.AnyTagClassName
{
color: #2A410B;
}
</style>
background-color css
<style>
a { background-color: #2A410B; }
a { background-color: rgb(42,65,11); }
div.DivClassName
{
background-color: #2A410B;
}
.BgClassName
{
background-color: #2A410B;
}
</style>
border-color css
<style>
span { border-color: #2A410B; }
span { border-color: rgb(42,65,11); }
td.TdClassName
{
border-color: #2A410B;
}
.TagClassName
{
border-color: #2A410B;
}
</style>