Shades of Turtle Green #2A400E
Tints of Turtle Green #2A400E
RGB
CMYK
RGB Variations
Color information
#2A400E (or 0x2A400E) is known color: Turtle Green. HEX triplet: 2A, 40 and 0E. RGB value is (42,64,14). Sum of RGB (Red+Green+Blue) = 42+64+14=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #2A400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A400E is #D5BFF1. Grayscale: #333333. Windows color (decimal): -14008306 or 933930. OLE color: 933930.
HSL color Cylindrical-coordinate representation of color #2A400E: hue angle of 86.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A400E is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 64 | 14 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.75 |
| HSL | 86.4º | 0.64% | 0.15% | - |
| HSV(B) | 86.4º | 0.78% | 0.25% | - |
| XYZ | 2.87 | 4.19 | 1.07 | - |
| YUV | 51.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 14 | 0.34 | 0 | 0.78 | 0.75 | 86.4 | 0.64 | 0.15 |
| Hex | 2A | 40 | E | 22 | 0 | 4E | 4B | 56 | 40 | F |
| Octal | 52 | 100 | 16 | 42 | 0 | 116 | 113 | 126 | 100 | 17 |
| Binary | 101010 | 1000000 | 1110 | 100010 | 0 | 1001110 | 1001011 | 1010110 | 1000000 | 1111 |
Color Harmonies of #2A400E
Complementary color
Monochromatic Colors of #2A400E
Black with #2A400E
Text Example
Text Example
White with #2A400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A400E; }
p { color: rgb(42,64,14); }
H1.HeaderClassName
{
color: #2A400E;
}
.AnyTagClassName
{
color: #2A400E;
}
</style>
background-color css
<style>
a { background-color: #2A400E; }
a { background-color: rgb(42,64,14); }
div.DivClassName
{
background-color: #2A400E;
}
.BgClassName
{
background-color: #2A400E;
}
</style>
border-color css
<style>
span { border-color: #2A400E; }
span { border-color: rgb(42,64,14); }
td.TdClassName
{
border-color: #2A400E;
}
.TagClassName
{
border-color: #2A400E;
}
</style>