Shades of Turtle Green #2A310B
Tints of Turtle Green #2A310B
RGB
CMYK
RGB Variations
Color information
#2A310B (or 0x2A310B) is known color: Turtle Green. HEX triplet: 2A, 31 and 0B. RGB value is (42,49,11). Sum of RGB (Red+Green+Blue) = 42+49+11=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #2A310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A310B is #D5CEF4. Grayscale: #2A2A2A. Windows color (decimal): -14012149 or 733482. OLE color: 733482.
HSL color Cylindrical-coordinate representation of color #2A310B: hue angle of 71.05º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A310B is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 11 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.81 |
| HSL | 71.05º | 0.63% | 0.12% | - |
| HSV(B) | 71.05º | 0.78% | 0.19% | - |
| XYZ | 2.11 | 2.71 | 0.73 | - |
| YUV | 42.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 11 | 0.14 | 0 | 0.78 | 0.81 | 71.05 | 0.63 | 0.12 |
| Hex | 2A | 31 | B | E | 0 | 4E | 51 | 47 | 3F | C |
| Octal | 52 | 61 | 13 | 16 | 0 | 116 | 121 | 107 | 77 | 14 |
| Binary | 101010 | 110001 | 1011 | 1110 | 0 | 1001110 | 1010001 | 1000111 | 111111 | 1100 |
Color Harmonies of #2A310B
Complementary color
Monochromatic Colors of #2A310B
Black with #2A310B
Text Example
Text Example
White with #2A310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A310B; }
p { color: rgb(42,49,11); }
H1.HeaderClassName
{
color: #2A310B;
}
.AnyTagClassName
{
color: #2A310B;
}
</style>
background-color css
<style>
a { background-color: #2A310B; }
a { background-color: rgb(42,49,11); }
div.DivClassName
{
background-color: #2A310B;
}
.BgClassName
{
background-color: #2A310B;
}
</style>
border-color css
<style>
span { border-color: #2A310B; }
span { border-color: rgb(42,49,11); }
td.TdClassName
{
border-color: #2A310B;
}
.TagClassName
{
border-color: #2A310B;
}
</style>