Shades of Turtle Green #2E4508
Tints of Turtle Green #2E4508
RGB
CMYK
RGB Variations
Color information
#2E4508 (or 0x2E4508) is known color: Turtle Green. HEX triplet: 2E, 45 and 08. RGB value is (46,69,8). Sum of RGB (Red+Green+Blue) = 46+69+8=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4508 is #D1BAF7. Grayscale: #373737. Windows color (decimal): -13744888 or 541998. OLE color: 541998.
HSL color Cylindrical-coordinate representation of color #2E4508: hue angle of 82.62º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E4508 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 69 | 8 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.73 |
| HSL | 82.62º | 0.79% | 0.15% | - |
| HSV(B) | 82.62º | 0.88% | 0.27% | - |
| XYZ | 3.3 | 4.85 | 0.99 | - |
| YUV | 55.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 8 | 0.33 | 0 | 0.88 | 0.73 | 82.62 | 0.79 | 0.15 |
| Hex | 2E | 45 | 8 | 21 | 0 | 58 | 49 | 53 | 4F | F |
| Octal | 56 | 105 | 10 | 41 | 0 | 130 | 111 | 123 | 117 | 17 |
| Binary | 101110 | 1000101 | 1000 | 100001 | 0 | 1011000 | 1001001 | 1010011 | 1001111 | 1111 |
Color Harmonies of #2E4508
Complementary color
Monochromatic Colors of #2E4508
Black with #2E4508
Text Example
Text Example
White with #2E4508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4508; }
p { color: rgb(46,69,8); }
H1.HeaderClassName
{
color: #2E4508;
}
.AnyTagClassName
{
color: #2E4508;
}
</style>
background-color css
<style>
a { background-color: #2E4508; }
a { background-color: rgb(46,69,8); }
div.DivClassName
{
background-color: #2E4508;
}
.BgClassName
{
background-color: #2E4508;
}
</style>
border-color css
<style>
span { border-color: #2E4508; }
span { border-color: rgb(46,69,8); }
td.TdClassName
{
border-color: #2E4508;
}
.TagClassName
{
border-color: #2E4508;
}
</style>