Shades of Turtle Green #2E3B19
Tints of Turtle Green #2E3B19
RGB
CMYK
RGB Variations
Color information
#2E3B19 (or 0x2E3B19) is known color: Turtle Green. HEX triplet: 2E, 3B and 19. RGB value is (46,59,25). Sum of RGB (Red+Green+Blue) = 46+59+25=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #2E3B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3B19 is #D1C4E6. Grayscale: #333333. Windows color (decimal): -13747431 or 1653550. OLE color: 1653550.
HSL color Cylindrical-coordinate representation of color #2E3B19: hue angle of 82.94º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E3B19 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 59 | 25 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.77 |
| HSL | 82.94º | 0.4% | 0.16% | - |
| HSV(B) | 82.94º | 0.58% | 0.23% | - |
| XYZ | 2.87 | 3.78 | 1.5 | - |
| YUV | 51.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 25 | 0.22 | 0 | 0.58 | 0.77 | 82.94 | 0.4 | 0.16 |
| Hex | 2E | 3B | 19 | 16 | 0 | 3A | 4D | 53 | 28 | 10 |
| Octal | 56 | 73 | 31 | 26 | 0 | 72 | 115 | 123 | 50 | 20 |
| Binary | 101110 | 111011 | 11001 | 10110 | 0 | 111010 | 1001101 | 1010011 | 101000 | 10000 |
Color Harmonies of #2E3B19
Complementary color
Monochromatic Colors of #2E3B19
Black with #2E3B19
Text Example
Text Example
White with #2E3B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3B19; }
p { color: rgb(46,59,25); }
H1.HeaderClassName
{
color: #2E3B19;
}
.AnyTagClassName
{
color: #2E3B19;
}
</style>
background-color css
<style>
a { background-color: #2E3B19; }
a { background-color: rgb(46,59,25); }
div.DivClassName
{
background-color: #2E3B19;
}
.BgClassName
{
background-color: #2E3B19;
}
</style>
border-color css
<style>
span { border-color: #2E3B19; }
span { border-color: rgb(46,59,25); }
td.TdClassName
{
border-color: #2E3B19;
}
.TagClassName
{
border-color: #2E3B19;
}
</style>