Shades of Turtle Green #2E390A
Tints of Turtle Green #2E390A
RGB
CMYK
RGB Variations
Color information
#2E390A (or 0x2E390A) is known color: Turtle Green. HEX triplet: 2E, 39 and 0A. RGB value is (46,57,10). Sum of RGB (Red+Green+Blue) = 46+57+10=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #2E390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E390A is #D1C6F5. Grayscale: #303030. Windows color (decimal): -13747958 or 669998. OLE color: 669998.
HSL color Cylindrical-coordinate representation of color #2E390A: hue angle of 74.04º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E390A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 57 | 10 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.78 |
| HSL | 74.04º | 0.7% | 0.13% | - |
| HSV(B) | 74.04º | 0.82% | 0.22% | - |
| XYZ | 2.64 | 3.53 | 0.83 | - |
| YUV | 48.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 10 | 0.19 | 0 | 0.82 | 0.78 | 74.04 | 0.7 | 0.13 |
| Hex | 2E | 39 | A | 13 | 0 | 52 | 4E | 4A | 46 | D |
| Octal | 56 | 71 | 12 | 23 | 0 | 122 | 116 | 112 | 106 | 15 |
| Binary | 101110 | 111001 | 1010 | 10011 | 0 | 1010010 | 1001110 | 1001010 | 1000110 | 1101 |
Color Harmonies of #2E390A
Complementary color
Monochromatic Colors of #2E390A
Black with #2E390A
Text Example
Text Example
White with #2E390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E390A; }
p { color: rgb(46,57,10); }
H1.HeaderClassName
{
color: #2E390A;
}
.AnyTagClassName
{
color: #2E390A;
}
</style>
background-color css
<style>
a { background-color: #2E390A; }
a { background-color: rgb(46,57,10); }
div.DivClassName
{
background-color: #2E390A;
}
.BgClassName
{
background-color: #2E390A;
}
</style>
border-color css
<style>
span { border-color: #2E390A; }
span { border-color: rgb(46,57,10); }
td.TdClassName
{
border-color: #2E390A;
}
.TagClassName
{
border-color: #2E390A;
}
</style>