Shades of Turtle Green #2A4510
Tints of Turtle Green #2A4510
RGB
CMYK
RGB Variations
Color information
#2A4510 (or 0x2A4510) is known color: Turtle Green. HEX triplet: 2A, 45 and 10. RGB value is (42,69,16). Sum of RGB (Red+Green+Blue) = 42+69+16=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4510 is #D5BAEF. Grayscale: #373737. Windows color (decimal): -14007024 or 1066282. OLE color: 1066282.
HSL color Cylindrical-coordinate representation of color #2A4510: hue angle of 90.57º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A4510 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 69 | 16 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.73 |
| HSL | 90.57º | 0.62% | 0.17% | - |
| HSV(B) | 90.57º | 0.77% | 0.27% | - |
| XYZ | 3.18 | 4.79 | 1.25 | - |
| YUV | 54.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 16 | 0.39 | 0 | 0.77 | 0.73 | 90.57 | 0.62 | 0.17 |
| Hex | 2A | 45 | 10 | 27 | 0 | 4D | 49 | 5B | 3E | 11 |
| Octal | 52 | 105 | 20 | 47 | 0 | 115 | 111 | 133 | 76 | 21 |
| Binary | 101010 | 1000101 | 10000 | 100111 | 0 | 1001101 | 1001001 | 1011011 | 111110 | 10001 |
Color Harmonies of #2A4510
Complementary color
Monochromatic Colors of #2A4510
Black with #2A4510
Text Example
Text Example
White with #2A4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4510; }
p { color: rgb(42,69,16); }
H1.HeaderClassName
{
color: #2A4510;
}
.AnyTagClassName
{
color: #2A4510;
}
</style>
background-color css
<style>
a { background-color: #2A4510; }
a { background-color: rgb(42,69,16); }
div.DivClassName
{
background-color: #2A4510;
}
.BgClassName
{
background-color: #2A4510;
}
</style>
border-color css
<style>
span { border-color: #2A4510; }
span { border-color: rgb(42,69,16); }
td.TdClassName
{
border-color: #2A4510;
}
.TagClassName
{
border-color: #2A4510;
}
</style>