Shades of Turtle Green #2A350C
Tints of Turtle Green #2A350C
RGB
CMYK
RGB Variations
Color information
#2A350C (or 0x2A350C) is known color: Turtle Green. HEX triplet: 2A, 35 and 0C. RGB value is (42,53,12). Sum of RGB (Red+Green+Blue) = 42+53+12=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #2A350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A350C is #D5CAF3. Grayscale: #2D2D2D. Windows color (decimal): -14011124 or 800042. OLE color: 800042.
HSL color Cylindrical-coordinate representation of color #2A350C: hue angle of 76.1º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A350C is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 53 | 12 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.79 |
| HSL | 76.1º | 0.63% | 0.13% | - |
| HSV(B) | 76.1º | 0.77% | 0.21% | - |
| XYZ | 2.29 | 3.06 | 0.82 | - |
| YUV | 45.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 12 | 0.21 | 0 | 0.77 | 0.79 | 76.1 | 0.63 | 0.13 |
| Hex | 2A | 35 | C | 15 | 0 | 4D | 4F | 4C | 3F | D |
| Octal | 52 | 65 | 14 | 25 | 0 | 115 | 117 | 114 | 77 | 15 |
| Binary | 101010 | 110101 | 1100 | 10101 | 0 | 1001101 | 1001111 | 1001100 | 111111 | 1101 |
Color Harmonies of #2A350C
Complementary color
Monochromatic Colors of #2A350C
Black with #2A350C
Text Example
Text Example
White with #2A350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A350C; }
p { color: rgb(42,53,12); }
H1.HeaderClassName
{
color: #2A350C;
}
.AnyTagClassName
{
color: #2A350C;
}
</style>
background-color css
<style>
a { background-color: #2A350C; }
a { background-color: rgb(42,53,12); }
div.DivClassName
{
background-color: #2A350C;
}
.BgClassName
{
background-color: #2A350C;
}
</style>
border-color css
<style>
span { border-color: #2A350C; }
span { border-color: rgb(42,53,12); }
td.TdClassName
{
border-color: #2A350C;
}
.TagClassName
{
border-color: #2A350C;
}
</style>