Shades of Turtle Green #2E450B
Tints of Turtle Green #2E450B
RGB
CMYK
RGB Variations
Color information
#2E450B (or 0x2E450B) is known color: Turtle Green. HEX triplet: 2E, 45 and 0B. RGB value is (46,69,11). Sum of RGB (Red+Green+Blue) = 46+69+11=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #2E450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E450B is #D1BAF4. Grayscale: #373737. Windows color (decimal): -13744885 or 738606. OLE color: 738606.
HSL color Cylindrical-coordinate representation of color #2E450B: hue angle of 83.79º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E450B is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 69 | 11 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.73 |
| HSL | 83.79º | 0.73% | 0.16% | - |
| HSV(B) | 83.79º | 0.84% | 0.27% | - |
| XYZ | 3.32 | 4.86 | 1.08 | - |
| YUV | 55.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 11 | 0.33 | 0 | 0.84 | 0.73 | 83.79 | 0.73 | 0.16 |
| Hex | 2E | 45 | B | 21 | 0 | 54 | 49 | 54 | 48 | 10 |
| Octal | 56 | 105 | 13 | 41 | 0 | 124 | 111 | 124 | 110 | 20 |
| Binary | 101110 | 1000101 | 1011 | 100001 | 0 | 1010100 | 1001001 | 1010100 | 1001000 | 10000 |
Color Harmonies of #2E450B
Complementary color
Monochromatic Colors of #2E450B
Black with #2E450B
Text Example
Text Example
White with #2E450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E450B; }
p { color: rgb(46,69,11); }
H1.HeaderClassName
{
color: #2E450B;
}
.AnyTagClassName
{
color: #2E450B;
}
</style>
background-color css
<style>
a { background-color: #2E450B; }
a { background-color: rgb(46,69,11); }
div.DivClassName
{
background-color: #2E450B;
}
.BgClassName
{
background-color: #2E450B;
}
</style>
border-color css
<style>
span { border-color: #2E450B; }
span { border-color: rgb(46,69,11); }
td.TdClassName
{
border-color: #2E450B;
}
.TagClassName
{
border-color: #2E450B;
}
</style>