Shades of Turtle Green #2E360C
Tints of Turtle Green #2E360C
RGB
CMYK
RGB Variations
Color information
#2E360C (or 0x2E360C) is known color: Turtle Green. HEX triplet: 2E, 36 and 0C. RGB value is (46,54,12). Sum of RGB (Red+Green+Blue) = 46+54+12=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #2E360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E360C is #D1C9F3. Grayscale: #2E2E2E. Windows color (decimal): -13748724 or 800302. OLE color: 800302.
HSL color Cylindrical-coordinate representation of color #2E360C: hue angle of 71.43º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E360C is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 54 | 12 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.79 |
| HSL | 71.43º | 0.64% | 0.13% | - |
| HSV(B) | 71.43º | 0.78% | 0.21% | - |
| XYZ | 2.51 | 3.25 | 0.84 | - |
| YUV | 46.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 12 | 0.15 | 0 | 0.78 | 0.79 | 71.43 | 0.64 | 0.13 |
| Hex | 2E | 36 | C | F | 0 | 4E | 4F | 47 | 40 | D |
| Octal | 56 | 66 | 14 | 17 | 0 | 116 | 117 | 107 | 100 | 15 |
| Binary | 101110 | 110110 | 1100 | 1111 | 0 | 1001110 | 1001111 | 1000111 | 1000000 | 1101 |
Color Harmonies of #2E360C
Complementary color
Monochromatic Colors of #2E360C
Black with #2E360C
Text Example
Text Example
White with #2E360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E360C; }
p { color: rgb(46,54,12); }
H1.HeaderClassName
{
color: #2E360C;
}
.AnyTagClassName
{
color: #2E360C;
}
</style>
background-color css
<style>
a { background-color: #2E360C; }
a { background-color: rgb(46,54,12); }
div.DivClassName
{
background-color: #2E360C;
}
.BgClassName
{
background-color: #2E360C;
}
</style>
border-color css
<style>
span { border-color: #2E360C; }
span { border-color: rgb(46,54,12); }
td.TdClassName
{
border-color: #2E360C;
}
.TagClassName
{
border-color: #2E360C;
}
</style>