Shades of Turtle Green #2A4606
Tints of Turtle Green #2A4606
RGB
CMYK
RGB Variations
Color information
#2A4606 (or 0x2A4606) is known color: Turtle Green. HEX triplet: 2A, 46 and 06. RGB value is (42,70,6). Sum of RGB (Red+Green+Blue) = 42+70+6=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4606 is #D5B9F9. Grayscale: #363636. Windows color (decimal): -14006778 or 411178. OLE color: 411178.
HSL color Cylindrical-coordinate representation of color #2A4606: hue angle of 86.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A4606 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 6 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.73 |
| HSL | 86.25º | 0.84% | 0.15% | - |
| HSV(B) | 86.25º | 0.91% | 0.27% | - |
| XYZ | 3.18 | 4.89 | 0.95 | - |
| YUV | 54.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 6 | 0.40 | 0 | 0.91 | 0.73 | 86.25 | 0.84 | 0.15 |
| Hex | 2A | 46 | 6 | 28 | 0 | 5B | 49 | 56 | 54 | F |
| Octal | 52 | 106 | 6 | 50 | 0 | 133 | 111 | 126 | 124 | 17 |
| Binary | 101010 | 1000110 | 110 | 101000 | 0 | 1011011 | 1001001 | 1010110 | 1010100 | 1111 |
Color Harmonies of #2A4606
Complementary color
Monochromatic Colors of #2A4606
Black with #2A4606
Text Example
Text Example
White with #2A4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4606; }
p { color: rgb(42,70,6); }
H1.HeaderClassName
{
color: #2A4606;
}
.AnyTagClassName
{
color: #2A4606;
}
</style>
background-color css
<style>
a { background-color: #2A4606; }
a { background-color: rgb(42,70,6); }
div.DivClassName
{
background-color: #2A4606;
}
.BgClassName
{
background-color: #2A4606;
}
</style>
border-color css
<style>
span { border-color: #2A4606; }
span { border-color: rgb(42,70,6); }
td.TdClassName
{
border-color: #2A4606;
}
.TagClassName
{
border-color: #2A4606;
}
</style>