Shades of Turtle Green #2E360B
Tints of Turtle Green #2E360B
RGB
CMYK
RGB Variations
Color information
#2E360B (or 0x2E360B) is known color: Turtle Green. HEX triplet: 2E, 36 and 0B. RGB value is (46,54,11). Sum of RGB (Red+Green+Blue) = 46+54+11=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #2E360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E360B is #D1C9F4. Grayscale: #2E2E2E. Windows color (decimal): -13748725 or 734766. OLE color: 734766.
HSL color Cylindrical-coordinate representation of color #2E360B: hue angle of 71.16º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E360B is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 54 | 11 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.79 |
| HSL | 71.16º | 0.66% | 0.13% | - |
| HSV(B) | 71.16º | 0.8% | 0.21% | - |
| XYZ | 2.51 | 3.24 | 0.81 | - |
| YUV | 46.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 11 | 0.15 | 0 | 0.80 | 0.79 | 71.16 | 0.66 | 0.13 |
| Hex | 2E | 36 | B | F | 0 | 50 | 4F | 47 | 42 | D |
| Octal | 56 | 66 | 13 | 17 | 0 | 120 | 117 | 107 | 102 | 15 |
| Binary | 101110 | 110110 | 1011 | 1111 | 0 | 1010000 | 1001111 | 1000111 | 1000010 | 1101 |
Color Harmonies of #2E360B
Complementary color
Monochromatic Colors of #2E360B
Black with #2E360B
Text Example
Text Example
White with #2E360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E360B; }
p { color: rgb(46,54,11); }
H1.HeaderClassName
{
color: #2E360B;
}
.AnyTagClassName
{
color: #2E360B;
}
</style>
background-color css
<style>
a { background-color: #2E360B; }
a { background-color: rgb(46,54,11); }
div.DivClassName
{
background-color: #2E360B;
}
.BgClassName
{
background-color: #2E360B;
}
</style>
border-color css
<style>
span { border-color: #2E360B; }
span { border-color: rgb(46,54,11); }
td.TdClassName
{
border-color: #2E360B;
}
.TagClassName
{
border-color: #2E360B;
}
</style>