Shades of Turtle Green #2A4006
Tints of Turtle Green #2A4006
RGB
CMYK
RGB Variations
Color information
#2A4006 (or 0x2A4006) is known color: Turtle Green. HEX triplet: 2A, 40 and 06. RGB value is (42,64,6). Sum of RGB (Red+Green+Blue) = 42+64+6=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4006 is #D5BFF9. Grayscale: #333333. Windows color (decimal): -14008314 or 409642. OLE color: 409642.
HSL color Cylindrical-coordinate representation of color #2A4006: hue angle of 82.76º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A4006 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 64 | 6 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.75 |
| HSL | 82.76º | 0.83% | 0.14% | - |
| HSV(B) | 82.76º | 0.91% | 0.25% | - |
| XYZ | 2.82 | 4.17 | 0.83 | - |
| YUV | 50.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 6 | 0.34 | 0 | 0.91 | 0.75 | 82.76 | 0.83 | 0.14 |
| Hex | 2A | 40 | 6 | 22 | 0 | 5B | 4B | 53 | 53 | E |
| Octal | 52 | 100 | 6 | 42 | 0 | 133 | 113 | 123 | 123 | 16 |
| Binary | 101010 | 1000000 | 110 | 100010 | 0 | 1011011 | 1001011 | 1010011 | 1010011 | 1110 |
Color Harmonies of #2A4006
Complementary color
Monochromatic Colors of #2A4006
Black with #2A4006
Text Example
Text Example
White with #2A4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4006; }
p { color: rgb(42,64,6); }
H1.HeaderClassName
{
color: #2A4006;
}
.AnyTagClassName
{
color: #2A4006;
}
</style>
background-color css
<style>
a { background-color: #2A4006; }
a { background-color: rgb(42,64,6); }
div.DivClassName
{
background-color: #2A4006;
}
.BgClassName
{
background-color: #2A4006;
}
</style>
border-color css
<style>
span { border-color: #2A4006; }
span { border-color: rgb(42,64,6); }
td.TdClassName
{
border-color: #2A4006;
}
.TagClassName
{
border-color: #2A4006;
}
</style>