Shades of Turtle Green #2A320C
Tints of Turtle Green #2A320C
RGB
CMYK
RGB Variations
Color information
#2A320C (or 0x2A320C) is known color: Turtle Green. HEX triplet: 2A, 32 and 0C. RGB value is (42,50,12). Sum of RGB (Red+Green+Blue) = 42+50+12=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #2A320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A320C is #D5CDF3. Grayscale: #2B2B2B. Windows color (decimal): -14011892 or 799274. OLE color: 799274.
HSL color Cylindrical-coordinate representation of color #2A320C: hue angle of 72.63º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A320C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 50 | 12 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.80 |
| HSL | 72.63º | 0.61% | 0.12% | - |
| HSV(B) | 72.63º | 0.76% | 0.2% | - |
| XYZ | 2.16 | 2.8 | 0.77 | - |
| YUV | 43.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 12 | 0.16 | 0 | 0.76 | 0.80 | 72.63 | 0.61 | 0.12 |
| Hex | 2A | 32 | C | 10 | 0 | 4C | 50 | 49 | 3D | C |
| Octal | 52 | 62 | 14 | 20 | 0 | 114 | 120 | 111 | 75 | 14 |
| Binary | 101010 | 110010 | 1100 | 10000 | 0 | 1001100 | 1010000 | 1001001 | 111101 | 1100 |
Color Harmonies of #2A320C
Complementary color
Monochromatic Colors of #2A320C
Black with #2A320C
Text Example
Text Example
White with #2A320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A320C; }
p { color: rgb(42,50,12); }
H1.HeaderClassName
{
color: #2A320C;
}
.AnyTagClassName
{
color: #2A320C;
}
</style>
background-color css
<style>
a { background-color: #2A320C; }
a { background-color: rgb(42,50,12); }
div.DivClassName
{
background-color: #2A320C;
}
.BgClassName
{
background-color: #2A320C;
}
</style>
border-color css
<style>
span { border-color: #2A320C; }
span { border-color: rgb(42,50,12); }
td.TdClassName
{
border-color: #2A320C;
}
.TagClassName
{
border-color: #2A320C;
}
</style>