Shades of Turtle Green #2A3105
Tints of Turtle Green #2A3105
RGB
CMYK
RGB Variations
Color information
#2A3105 (or 0x2A3105) is known color: Turtle Green. HEX triplet: 2A, 31 and 05. RGB value is (42,49,5). Sum of RGB (Red+Green+Blue) = 42+49+5=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3105 is #D5CEFA. Grayscale: #2A2A2A. Windows color (decimal): -14012155 or 340266. OLE color: 340266.
HSL color Cylindrical-coordinate representation of color #2A3105: hue angle of 69.55º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A3105 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 5 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.81 |
| HSL | 69.55º | 0.81% | 0.11% | - |
| HSV(B) | 69.55º | 0.9% | 0.19% | - |
| XYZ | 2.08 | 2.7 | 0.56 | - |
| YUV | 41.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 5 | 0.14 | 0 | 0.90 | 0.81 | 69.55 | 0.81 | 0.11 |
| Hex | 2A | 31 | 5 | E | 0 | 5A | 51 | 46 | 51 | B |
| Octal | 52 | 61 | 5 | 16 | 0 | 132 | 121 | 106 | 121 | 13 |
| Binary | 101010 | 110001 | 101 | 1110 | 0 | 1011010 | 1010001 | 1000110 | 1010001 | 1011 |
Color Harmonies of #2A3105
Complementary color
Monochromatic Colors of #2A3105
Black with #2A3105
Text Example
Text Example
White with #2A3105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3105; }
p { color: rgb(42,49,5); }
H1.HeaderClassName
{
color: #2A3105;
}
.AnyTagClassName
{
color: #2A3105;
}
</style>
background-color css
<style>
a { background-color: #2A3105; }
a { background-color: rgb(42,49,5); }
div.DivClassName
{
background-color: #2A3105;
}
.BgClassName
{
background-color: #2A3105;
}
</style>
border-color css
<style>
span { border-color: #2A3105; }
span { border-color: rgb(42,49,5); }
td.TdClassName
{
border-color: #2A3105;
}
.TagClassName
{
border-color: #2A3105;
}
</style>