Shades of Turtle Green #2A460B
Tints of Turtle Green #2A460B
RGB
CMYK
RGB Variations
Color information
#2A460B (or 0x2A460B) is known color: Turtle Green. HEX triplet: 2A, 46 and 0B. RGB value is (42,70,11). Sum of RGB (Red+Green+Blue) = 42+70+11=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #2A460B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A460B is #D5B9F4. Grayscale: #373737. Windows color (decimal): -14006773 or 738858. OLE color: 738858.
HSL color Cylindrical-coordinate representation of color #2A460B: hue angle of 88.47º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A460B is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 11 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.73 |
| HSL | 88.47º | 0.73% | 0.16% | - |
| HSV(B) | 88.47º | 0.84% | 0.27% | - |
| XYZ | 3.21 | 4.9 | 1.09 | - |
| YUV | 54.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 11 | 0.40 | 0 | 0.84 | 0.73 | 88.47 | 0.73 | 0.16 |
| Hex | 2A | 46 | B | 28 | 0 | 54 | 49 | 58 | 49 | 10 |
| Octal | 52 | 106 | 13 | 50 | 0 | 124 | 111 | 130 | 111 | 20 |
| Binary | 101010 | 1000110 | 1011 | 101000 | 0 | 1010100 | 1001001 | 1011000 | 1001001 | 10000 |
Color Harmonies of #2A460B
Complementary color
Monochromatic Colors of #2A460B
Black with #2A460B
Text Example
Text Example
White with #2A460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A460B; }
p { color: rgb(42,70,11); }
H1.HeaderClassName
{
color: #2A460B;
}
.AnyTagClassName
{
color: #2A460B;
}
</style>
background-color css
<style>
a { background-color: #2A460B; }
a { background-color: rgb(42,70,11); }
div.DivClassName
{
background-color: #2A460B;
}
.BgClassName
{
background-color: #2A460B;
}
</style>
border-color css
<style>
span { border-color: #2A460B; }
span { border-color: rgb(42,70,11); }
td.TdClassName
{
border-color: #2A460B;
}
.TagClassName
{
border-color: #2A460B;
}
</style>