Shades of Turtle Green #2A440C
Tints of Turtle Green #2A440C
RGB
CMYK
RGB Variations
Color information
#2A440C (or 0x2A440C) is known color: Turtle Green. HEX triplet: 2A, 44 and 0C. RGB value is (42,68,12). Sum of RGB (Red+Green+Blue) = 42+68+12=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #2A440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A440C is #D5BBF3. Grayscale: #363636. Windows color (decimal): -14007284 or 803882. OLE color: 803882.
HSL color Cylindrical-coordinate representation of color #2A440C: hue angle of 87.86º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A440C is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 68 | 12 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.73 |
| HSL | 87.86º | 0.7% | 0.16% | - |
| HSV(B) | 87.86º | 0.82% | 0.27% | - |
| XYZ | 3.09 | 4.65 | 1.08 | - |
| YUV | 53.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 68 | 12 | 0.38 | 0 | 0.82 | 0.73 | 87.86 | 0.7 | 0.16 |
| Hex | 2A | 44 | C | 26 | 0 | 52 | 49 | 58 | 46 | 10 |
| Octal | 52 | 104 | 14 | 46 | 0 | 122 | 111 | 130 | 106 | 20 |
| Binary | 101010 | 1000100 | 1100 | 100110 | 0 | 1010010 | 1001001 | 1011000 | 1000110 | 10000 |
Color Harmonies of #2A440C
Complementary color
Monochromatic Colors of #2A440C
Black with #2A440C
Text Example
Text Example
White with #2A440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A440C; }
p { color: rgb(42,68,12); }
H1.HeaderClassName
{
color: #2A440C;
}
.AnyTagClassName
{
color: #2A440C;
}
</style>
background-color css
<style>
a { background-color: #2A440C; }
a { background-color: rgb(42,68,12); }
div.DivClassName
{
background-color: #2A440C;
}
.BgClassName
{
background-color: #2A440C;
}
</style>
border-color css
<style>
span { border-color: #2A440C; }
span { border-color: rgb(42,68,12); }
td.TdClassName
{
border-color: #2A440C;
}
.TagClassName
{
border-color: #2A440C;
}
</style>