Shades of Turtle Green #2A380E
Tints of Turtle Green #2A380E
RGB
CMYK
RGB Variations
Color information
#2A380E (or 0x2A380E) is known color: Turtle Green. HEX triplet: 2A, 38 and 0E. RGB value is (42,56,14). Sum of RGB (Red+Green+Blue) = 42+56+14=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #2A380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A380E is #D5C7F1. Grayscale: #2F2F2F. Windows color (decimal): -14010354 or 931882. OLE color: 931882.
HSL color Cylindrical-coordinate representation of color #2A380E: hue angle of 80º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A380E is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 14 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.78 |
| HSL | 80º | 0.6% | 0.14% | - |
| HSV(B) | 80º | 0.75% | 0.22% | - |
| XYZ | 2.45 | 3.35 | 0.93 | - |
| YUV | 47.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 14 | 0.25 | 0 | 0.75 | 0.78 | 80 | 0.6 | 0.14 |
| Hex | 2A | 38 | E | 19 | 0 | 4B | 4E | 50 | 3C | E |
| Octal | 52 | 70 | 16 | 31 | 0 | 113 | 116 | 120 | 74 | 16 |
| Binary | 101010 | 111000 | 1110 | 11001 | 0 | 1001011 | 1001110 | 1010000 | 111100 | 1110 |
Color Harmonies of #2A380E
Complementary color
Monochromatic Colors of #2A380E
Black with #2A380E
Text Example
Text Example
White with #2A380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A380E; }
p { color: rgb(42,56,14); }
H1.HeaderClassName
{
color: #2A380E;
}
.AnyTagClassName
{
color: #2A380E;
}
</style>
background-color css
<style>
a { background-color: #2A380E; }
a { background-color: rgb(42,56,14); }
div.DivClassName
{
background-color: #2A380E;
}
.BgClassName
{
background-color: #2A380E;
}
</style>
border-color css
<style>
span { border-color: #2A380E; }
span { border-color: rgb(42,56,14); }
td.TdClassName
{
border-color: #2A380E;
}
.TagClassName
{
border-color: #2A380E;
}
</style>