Shades of Turtle Green #2E3F10
Tints of Turtle Green #2E3F10
RGB
CMYK
RGB Variations
Color information
#2E3F10 (or 0x2E3F10) is known color: Turtle Green. HEX triplet: 2E, 3F and 10. RGB value is (46,63,16). Sum of RGB (Red+Green+Blue) = 46+63+16=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3F10 is #D1C0EF. Grayscale: #343434. Windows color (decimal): -13746416 or 1064750. OLE color: 1064750.
HSL color Cylindrical-coordinate representation of color #2E3F10: hue angle of 81.7º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E3F10 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 16 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.75 |
| HSL | 81.7º | 0.59% | 0.15% | - |
| HSV(B) | 81.7º | 0.75% | 0.25% | - |
| XYZ | 3 | 4.17 | 1.14 | - |
| YUV | 52.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 16 | 0.27 | 0 | 0.75 | 0.75 | 81.7 | 0.59 | 0.15 |
| Hex | 2E | 3F | 10 | 1B | 0 | 4B | 4B | 52 | 3B | F |
| Octal | 56 | 77 | 20 | 33 | 0 | 113 | 113 | 122 | 73 | 17 |
| Binary | 101110 | 111111 | 10000 | 11011 | 0 | 1001011 | 1001011 | 1010010 | 111011 | 1111 |
Color Harmonies of #2E3F10
Complementary color
Monochromatic Colors of #2E3F10
Black with #2E3F10
Text Example
Text Example
White with #2E3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F10; }
p { color: rgb(46,63,16); }
H1.HeaderClassName
{
color: #2E3F10;
}
.AnyTagClassName
{
color: #2E3F10;
}
</style>
background-color css
<style>
a { background-color: #2E3F10; }
a { background-color: rgb(46,63,16); }
div.DivClassName
{
background-color: #2E3F10;
}
.BgClassName
{
background-color: #2E3F10;
}
</style>
border-color css
<style>
span { border-color: #2E3F10; }
span { border-color: rgb(46,63,16); }
td.TdClassName
{
border-color: #2E3F10;
}
.TagClassName
{
border-color: #2E3F10;
}
</style>