Shades of Turtle Green #2A400C
Tints of Turtle Green #2A400C
RGB
CMYK
RGB Variations
Color information
#2A400C (or 0x2A400C) is known color: Turtle Green. HEX triplet: 2A, 40 and 0C. RGB value is (42,64,12). Sum of RGB (Red+Green+Blue) = 42+64+12=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #2A400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A400C is #D5BFF3. Grayscale: #333333. Windows color (decimal): -14008308 or 802858. OLE color: 802858.
HSL color Cylindrical-coordinate representation of color #2A400C: hue angle of 85.38º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A400C is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 64 | 12 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.75 |
| HSL | 85.38º | 0.68% | 0.15% | - |
| HSV(B) | 85.38º | 0.81% | 0.25% | - |
| XYZ | 2.85 | 4.19 | 1.01 | - |
| YUV | 51.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 12 | 0.34 | 0 | 0.81 | 0.75 | 85.38 | 0.68 | 0.15 |
| Hex | 2A | 40 | C | 22 | 0 | 51 | 4B | 55 | 44 | F |
| Octal | 52 | 100 | 14 | 42 | 0 | 121 | 113 | 125 | 104 | 17 |
| Binary | 101010 | 1000000 | 1100 | 100010 | 0 | 1010001 | 1001011 | 1010101 | 1000100 | 1111 |
Color Harmonies of #2A400C
Complementary color
Monochromatic Colors of #2A400C
Black with #2A400C
Text Example
Text Example
White with #2A400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A400C; }
p { color: rgb(42,64,12); }
H1.HeaderClassName
{
color: #2A400C;
}
.AnyTagClassName
{
color: #2A400C;
}
</style>
background-color css
<style>
a { background-color: #2A400C; }
a { background-color: rgb(42,64,12); }
div.DivClassName
{
background-color: #2A400C;
}
.BgClassName
{
background-color: #2A400C;
}
</style>
border-color css
<style>
span { border-color: #2A400C; }
span { border-color: rgb(42,64,12); }
td.TdClassName
{
border-color: #2A400C;
}
.TagClassName
{
border-color: #2A400C;
}
</style>