Shades of Turtle Green #2A460D
Tints of Turtle Green #2A460D
RGB
CMYK
RGB Variations
Color information
#2A460D (or 0x2A460D) is known color: Turtle Green. HEX triplet: 2A, 46 and 0D. RGB value is (42,70,13). Sum of RGB (Red+Green+Blue) = 42+70+13=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #2A460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A460D is #D5B9F2. Grayscale: #373737. Windows color (decimal): -14006771 or 869930. OLE color: 869930.
HSL color Cylindrical-coordinate representation of color #2A460D: hue angle of 89.47º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A460D is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 13 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.73 |
| HSL | 89.47º | 0.69% | 0.16% | - |
| HSV(B) | 89.47º | 0.81% | 0.27% | - |
| XYZ | 3.22 | 4.9 | 1.16 | - |
| YUV | 55.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 13 | 0.40 | 0 | 0.81 | 0.73 | 89.47 | 0.69 | 0.16 |
| Hex | 2A | 46 | D | 28 | 0 | 51 | 49 | 59 | 45 | 10 |
| Octal | 52 | 106 | 15 | 50 | 0 | 121 | 111 | 131 | 105 | 20 |
| Binary | 101010 | 1000110 | 1101 | 101000 | 0 | 1010001 | 1001001 | 1011001 | 1000101 | 10000 |
Color Harmonies of #2A460D
Complementary color
Monochromatic Colors of #2A460D
Black with #2A460D
Text Example
Text Example
White with #2A460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A460D; }
p { color: rgb(42,70,13); }
H1.HeaderClassName
{
color: #2A460D;
}
.AnyTagClassName
{
color: #2A460D;
}
</style>
background-color css
<style>
a { background-color: #2A460D; }
a { background-color: rgb(42,70,13); }
div.DivClassName
{
background-color: #2A460D;
}
.BgClassName
{
background-color: #2A460D;
}
</style>
border-color css
<style>
span { border-color: #2A460D; }
span { border-color: rgb(42,70,13); }
td.TdClassName
{
border-color: #2A460D;
}
.TagClassName
{
border-color: #2A460D;
}
</style>