Shades of Turtle Green #2A3411
Tints of Turtle Green #2A3411
RGB
CMYK
RGB Variations
Color information
#2A3411 (or 0x2A3411) is known color: Turtle Green. HEX triplet: 2A, 34 and 11. RGB value is (42,52,17). Sum of RGB (Red+Green+Blue) = 42+52+17=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3411 is #D5CBEE. Grayscale: #2D2D2D. Windows color (decimal): -14011375 or 1127466. OLE color: 1127466.
HSL color Cylindrical-coordinate representation of color #2A3411: hue angle of 77.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A3411 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 17 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.80 |
| HSL | 77.14º | 0.51% | 0.14% | - |
| HSV(B) | 77.14º | 0.67% | 0.2% | - |
| XYZ | 2.28 | 2.99 | 0.99 | - |
| YUV | 45.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 17 | 0.19 | 0 | 0.67 | 0.80 | 77.14 | 0.51 | 0.14 |
| Hex | 2A | 34 | 11 | 13 | 0 | 43 | 50 | 4D | 33 | E |
| Octal | 52 | 64 | 21 | 23 | 0 | 103 | 120 | 115 | 63 | 16 |
| Binary | 101010 | 110100 | 10001 | 10011 | 0 | 1000011 | 1010000 | 1001101 | 110011 | 1110 |
Color Harmonies of #2A3411
Complementary color
Monochromatic Colors of #2A3411
Black with #2A3411
Text Example
Text Example
White with #2A3411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3411; }
p { color: rgb(42,52,17); }
H1.HeaderClassName
{
color: #2A3411;
}
.AnyTagClassName
{
color: #2A3411;
}
</style>
background-color css
<style>
a { background-color: #2A3411; }
a { background-color: rgb(42,52,17); }
div.DivClassName
{
background-color: #2A3411;
}
.BgClassName
{
background-color: #2A3411;
}
</style>
border-color css
<style>
span { border-color: #2A3411; }
span { border-color: rgb(42,52,17); }
td.TdClassName
{
border-color: #2A3411;
}
.TagClassName
{
border-color: #2A3411;
}
</style>