Shades of Turtle Green #2A340E
Tints of Turtle Green #2A340E
RGB
CMYK
RGB Variations
Color information
#2A340E (or 0x2A340E) is known color: Turtle Green. HEX triplet: 2A, 34 and 0E. RGB value is (42,52,14). Sum of RGB (Red+Green+Blue) = 42+52+14=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #2A340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A340E is #D5CBF1. Grayscale: #2C2C2C. Windows color (decimal): -14011378 or 930858. OLE color: 930858.
HSL color Cylindrical-coordinate representation of color #2A340E: hue angle of 75.79º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A340E is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 14 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.80 |
| HSL | 75.79º | 0.58% | 0.13% | - |
| HSV(B) | 75.79º | 0.73% | 0.2% | - |
| XYZ | 2.26 | 2.98 | 0.87 | - |
| YUV | 44.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 14 | 0.19 | 0 | 0.73 | 0.80 | 75.79 | 0.58 | 0.13 |
| Hex | 2A | 34 | E | 13 | 0 | 49 | 50 | 4C | 3A | D |
| Octal | 52 | 64 | 16 | 23 | 0 | 111 | 120 | 114 | 72 | 15 |
| Binary | 101010 | 110100 | 1110 | 10011 | 0 | 1001001 | 1010000 | 1001100 | 111010 | 1101 |
Color Harmonies of #2A340E
Complementary color
Monochromatic Colors of #2A340E
Black with #2A340E
Text Example
Text Example
White with #2A340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A340E; }
p { color: rgb(42,52,14); }
H1.HeaderClassName
{
color: #2A340E;
}
.AnyTagClassName
{
color: #2A340E;
}
</style>
background-color css
<style>
a { background-color: #2A340E; }
a { background-color: rgb(42,52,14); }
div.DivClassName
{
background-color: #2A340E;
}
.BgClassName
{
background-color: #2A340E;
}
</style>
border-color css
<style>
span { border-color: #2A340E; }
span { border-color: rgb(42,52,14); }
td.TdClassName
{
border-color: #2A340E;
}
.TagClassName
{
border-color: #2A340E;
}
</style>