Shades of Turtle Green #2A3711
Tints of Turtle Green #2A3711
RGB
CMYK
RGB Variations
Color information
#2A3711 (or 0x2A3711) is known color: Turtle Green. HEX triplet: 2A, 37 and 11. RGB value is (42,55,17). Sum of RGB (Red+Green+Blue) = 42+55+17=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3711 is #D5C8EE. Grayscale: #2E2E2E. Windows color (decimal): -14010607 or 1128234. OLE color: 1128234.
HSL color Cylindrical-coordinate representation of color #2A3711: hue angle of 80.53º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A3711 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 55 | 17 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.78 |
| HSL | 80.53º | 0.53% | 0.14% | - |
| HSV(B) | 80.53º | 0.69% | 0.22% | - |
| XYZ | 2.42 | 3.27 | 1.03 | - |
| YUV | 46.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 17 | 0.24 | 0 | 0.69 | 0.78 | 80.53 | 0.53 | 0.14 |
| Hex | 2A | 37 | 11 | 18 | 0 | 45 | 4E | 51 | 35 | E |
| Octal | 52 | 67 | 21 | 30 | 0 | 105 | 116 | 121 | 65 | 16 |
| Binary | 101010 | 110111 | 10001 | 11000 | 0 | 1000101 | 1001110 | 1010001 | 110101 | 1110 |
Color Harmonies of #2A3711
Complementary color
Monochromatic Colors of #2A3711
Black with #2A3711
Text Example
Text Example
White with #2A3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3711; }
p { color: rgb(42,55,17); }
H1.HeaderClassName
{
color: #2A3711;
}
.AnyTagClassName
{
color: #2A3711;
}
</style>
background-color css
<style>
a { background-color: #2A3711; }
a { background-color: rgb(42,55,17); }
div.DivClassName
{
background-color: #2A3711;
}
.BgClassName
{
background-color: #2A3711;
}
</style>
border-color css
<style>
span { border-color: #2A3711; }
span { border-color: rgb(42,55,17); }
td.TdClassName
{
border-color: #2A3711;
}
.TagClassName
{
border-color: #2A3711;
}
</style>