Shades of Turtle Green #2A470E
Tints of Turtle Green #2A470E
RGB
CMYK
RGB Variations
Color information
#2A470E (or 0x2A470E) is known color: Turtle Green. HEX triplet: 2A, 47 and 0E. RGB value is (42,71,14). Sum of RGB (Red+Green+Blue) = 42+71+14=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #2A470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A470E is #D5B8F1. Grayscale: #383838. Windows color (decimal): -14006514 or 935722. OLE color: 935722.
HSL color Cylindrical-coordinate representation of color #2A470E: hue angle of 90.53º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A470E is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 14 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.72 |
| HSL | 90.53º | 0.67% | 0.17% | - |
| HSV(B) | 90.53º | 0.8% | 0.28% | - |
| XYZ | 3.29 | 5.03 | 1.21 | - |
| YUV | 55.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 14 | 0.41 | 0 | 0.80 | 0.72 | 90.53 | 0.67 | 0.17 |
| Hex | 2A | 47 | E | 29 | 0 | 50 | 48 | 5B | 43 | 11 |
| Octal | 52 | 107 | 16 | 51 | 0 | 120 | 110 | 133 | 103 | 21 |
| Binary | 101010 | 1000111 | 1110 | 101001 | 0 | 1010000 | 1001000 | 1011011 | 1000011 | 10001 |
Color Harmonies of #2A470E
Complementary color
Monochromatic Colors of #2A470E
Black with #2A470E
Text Example
Text Example
White with #2A470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A470E; }
p { color: rgb(42,71,14); }
H1.HeaderClassName
{
color: #2A470E;
}
.AnyTagClassName
{
color: #2A470E;
}
</style>
background-color css
<style>
a { background-color: #2A470E; }
a { background-color: rgb(42,71,14); }
div.DivClassName
{
background-color: #2A470E;
}
.BgClassName
{
background-color: #2A470E;
}
</style>
border-color css
<style>
span { border-color: #2A470E; }
span { border-color: rgb(42,71,14); }
td.TdClassName
{
border-color: #2A470E;
}
.TagClassName
{
border-color: #2A470E;
}
</style>