Shades of Turtle Green #2A320F
Tints of Turtle Green #2A320F
RGB
CMYK
RGB Variations
Color information
#2A320F (or 0x2A320F) is known color: Turtle Green. HEX triplet: 2A, 32 and 0F. RGB value is (42,50,15). Sum of RGB (Red+Green+Blue) = 42+50+15=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #2A320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A320F is #D5CDF0. Grayscale: #2B2B2B. Windows color (decimal): -14011889 or 995882. OLE color: 995882.
HSL color Cylindrical-coordinate representation of color #2A320F: hue angle of 73.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A320F is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 50 | 15 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.80 |
| HSL | 73.71º | 0.54% | 0.13% | - |
| HSV(B) | 73.71º | 0.7% | 0.2% | - |
| XYZ | 2.18 | 2.81 | 0.88 | - |
| YUV | 43.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 15 | 0.16 | 0 | 0.70 | 0.80 | 73.71 | 0.54 | 0.13 |
| Hex | 2A | 32 | F | 10 | 0 | 46 | 50 | 4A | 36 | D |
| Octal | 52 | 62 | 17 | 20 | 0 | 106 | 120 | 112 | 66 | 15 |
| Binary | 101010 | 110010 | 1111 | 10000 | 0 | 1000110 | 1010000 | 1001010 | 110110 | 1101 |
Color Harmonies of #2A320F
Complementary color
Monochromatic Colors of #2A320F
Black with #2A320F
Text Example
Text Example
White with #2A320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A320F; }
p { color: rgb(42,50,15); }
H1.HeaderClassName
{
color: #2A320F;
}
.AnyTagClassName
{
color: #2A320F;
}
</style>
background-color css
<style>
a { background-color: #2A320F; }
a { background-color: rgb(42,50,15); }
div.DivClassName
{
background-color: #2A320F;
}
.BgClassName
{
background-color: #2A320F;
}
</style>
border-color css
<style>
span { border-color: #2A320F; }
span { border-color: rgb(42,50,15); }
td.TdClassName
{
border-color: #2A320F;
}
.TagClassName
{
border-color: #2A320F;
}
</style>