Shades of Turtle Green #2A3610
Tints of Turtle Green #2A3610
RGB
CMYK
RGB Variations
Color information
#2A3610 (or 0x2A3610) is known color: Turtle Green. HEX triplet: 2A, 36 and 10. RGB value is (42,54,16). Sum of RGB (Red+Green+Blue) = 42+54+16=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #2A3610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3610 is #D5C9EF. Grayscale: #2E2E2E. Windows color (decimal): -14010864 or 1062442. OLE color: 1062442.
HSL color Cylindrical-coordinate representation of color #2A3610: hue angle of 78.95º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A3610 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 16 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.79 |
| HSL | 78.95º | 0.54% | 0.14% | - |
| HSV(B) | 78.95º | 0.7% | 0.21% | - |
| XYZ | 2.37 | 3.17 | 0.98 | - |
| YUV | 46.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 16 | 0.22 | 0 | 0.70 | 0.79 | 78.95 | 0.54 | 0.14 |
| Hex | 2A | 36 | 10 | 16 | 0 | 46 | 4F | 4F | 36 | E |
| Octal | 52 | 66 | 20 | 26 | 0 | 106 | 117 | 117 | 66 | 16 |
| Binary | 101010 | 110110 | 10000 | 10110 | 0 | 1000110 | 1001111 | 1001111 | 110110 | 1110 |
Color Harmonies of #2A3610
Complementary color
Monochromatic Colors of #2A3610
Black with #2A3610
Text Example
Text Example
White with #2A3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3610; }
p { color: rgb(42,54,16); }
H1.HeaderClassName
{
color: #2A3610;
}
.AnyTagClassName
{
color: #2A3610;
}
</style>
background-color css
<style>
a { background-color: #2A3610; }
a { background-color: rgb(42,54,16); }
div.DivClassName
{
background-color: #2A3610;
}
.BgClassName
{
background-color: #2A3610;
}
</style>
border-color css
<style>
span { border-color: #2A3610; }
span { border-color: rgb(42,54,16); }
td.TdClassName
{
border-color: #2A3610;
}
.TagClassName
{
border-color: #2A3610;
}
</style>