Shades of Turtle Green #2A360E
Tints of Turtle Green #2A360E
RGB
CMYK
RGB Variations
Color information
#2A360E (or 0x2A360E) is known color: Turtle Green. HEX triplet: 2A, 36 and 0E. RGB value is (42,54,14). Sum of RGB (Red+Green+Blue) = 42+54+14=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #2A360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A360E is #D5C9F1. Grayscale: #2E2E2E. Windows color (decimal): -14010866 or 931370. OLE color: 931370.
HSL color Cylindrical-coordinate representation of color #2A360E: hue angle of 78º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A360E is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 14 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.79 |
| HSL | 78º | 0.59% | 0.13% | - |
| HSV(B) | 78º | 0.74% | 0.21% | - |
| XYZ | 2.35 | 3.16 | 0.9 | - |
| YUV | 45.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 14 | 0.22 | 0 | 0.74 | 0.79 | 78 | 0.59 | 0.13 |
| Hex | 2A | 36 | E | 16 | 0 | 4A | 4F | 4E | 3B | D |
| Octal | 52 | 66 | 16 | 26 | 0 | 112 | 117 | 116 | 73 | 15 |
| Binary | 101010 | 110110 | 1110 | 10110 | 0 | 1001010 | 1001111 | 1001110 | 111011 | 1101 |
Color Harmonies of #2A360E
Complementary color
Monochromatic Colors of #2A360E
Black with #2A360E
Text Example
Text Example
White with #2A360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A360E; }
p { color: rgb(42,54,14); }
H1.HeaderClassName
{
color: #2A360E;
}
.AnyTagClassName
{
color: #2A360E;
}
</style>
background-color css
<style>
a { background-color: #2A360E; }
a { background-color: rgb(42,54,14); }
div.DivClassName
{
background-color: #2A360E;
}
.BgClassName
{
background-color: #2A360E;
}
</style>
border-color css
<style>
span { border-color: #2A360E; }
span { border-color: rgb(42,54,14); }
td.TdClassName
{
border-color: #2A360E;
}
.TagClassName
{
border-color: #2A360E;
}
</style>