Shades of Turtle Green #2E3A0A
Tints of Turtle Green #2E3A0A
RGB
CMYK
RGB Variations
Color information
#2E3A0A (or 0x2E3A0A) is known color: Turtle Green. HEX triplet: 2E, 3A and 0A. RGB value is (46,58,10). Sum of RGB (Red+Green+Blue) = 46+58+10=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #2E3A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3A0A is #D1C5F5. Grayscale: #313131. Windows color (decimal): -13747702 or 670254. OLE color: 670254.
HSL color Cylindrical-coordinate representation of color #2E3A0A: hue angle of 75º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E3A0A is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 58 | 10 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.77 |
| HSL | 75º | 0.71% | 0.13% | - |
| HSV(B) | 75º | 0.83% | 0.23% | - |
| XYZ | 2.69 | 3.63 | 0.85 | - |
| YUV | 48.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 10 | 0.21 | 0 | 0.83 | 0.77 | 75 | 0.71 | 0.13 |
| Hex | 2E | 3A | A | 15 | 0 | 53 | 4D | 4B | 47 | D |
| Octal | 56 | 72 | 12 | 25 | 0 | 123 | 115 | 113 | 107 | 15 |
| Binary | 101110 | 111010 | 1010 | 10101 | 0 | 1010011 | 1001101 | 1001011 | 1000111 | 1101 |
Color Harmonies of #2E3A0A
Complementary color
Monochromatic Colors of #2E3A0A
Black with #2E3A0A
Text Example
Text Example
White with #2E3A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A0A; }
p { color: rgb(46,58,10); }
H1.HeaderClassName
{
color: #2E3A0A;
}
.AnyTagClassName
{
color: #2E3A0A;
}
</style>
background-color css
<style>
a { background-color: #2E3A0A; }
a { background-color: rgb(46,58,10); }
div.DivClassName
{
background-color: #2E3A0A;
}
.BgClassName
{
background-color: #2E3A0A;
}
</style>
border-color css
<style>
span { border-color: #2E3A0A; }
span { border-color: rgb(46,58,10); }
td.TdClassName
{
border-color: #2E3A0A;
}
.TagClassName
{
border-color: #2E3A0A;
}
</style>