Shades of Turtle Green #2E360E
Tints of Turtle Green #2E360E
RGB
CMYK
RGB Variations
Color information
#2E360E (or 0x2E360E) is known color: Turtle Green. HEX triplet: 2E, 36 and 0E. RGB value is (46,54,14). Sum of RGB (Red+Green+Blue) = 46+54+14=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 54 - color contains mainly: green. Hex color #2E360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E360E is #D1C9F1. Grayscale: #2F2F2F. Windows color (decimal): -13748722 or 931374. OLE color: 931374.
HSL color Cylindrical-coordinate representation of color #2E360E: hue angle of 72º 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 #2E360E is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 54 | 14 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.79 |
| HSL | 72º | 0.59% | 0.13% | - |
| HSV(B) | 72º | 0.74% | 0.21% | - |
| XYZ | 2.53 | 3.25 | 0.91 | - |
| YUV | 47.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 14 | 0.15 | 0 | 0.74 | 0.79 | 72 | 0.59 | 0.13 |
| Hex | 2E | 36 | E | F | 0 | 4A | 4F | 48 | 3B | D |
| Octal | 56 | 66 | 16 | 17 | 0 | 112 | 117 | 110 | 73 | 15 |
| Binary | 101110 | 110110 | 1110 | 1111 | 0 | 1001010 | 1001111 | 1001000 | 111011 | 1101 |
Color Harmonies of #2E360E
Complementary color
Monochromatic Colors of #2E360E
Black with #2E360E
Text Example
Text Example
White with #2E360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E360E; }
p { color: rgb(46,54,14); }
H1.HeaderClassName
{
color: #2E360E;
}
.AnyTagClassName
{
color: #2E360E;
}
</style>
background-color css
<style>
a { background-color: #2E360E; }
a { background-color: rgb(46,54,14); }
div.DivClassName
{
background-color: #2E360E;
}
.BgClassName
{
background-color: #2E360E;
}
</style>
border-color css
<style>
span { border-color: #2E360E; }
span { border-color: rgb(46,54,14); }
td.TdClassName
{
border-color: #2E360E;
}
.TagClassName
{
border-color: #2E360E;
}
</style>