Shades of Turtle Green #2E5000
Tints of Turtle Green #2E5000
RGB
CMYK
RGB Variations
Color information
#2E5000 (or 0x2E5000) is known color: Turtle Green. HEX triplet: 2E, 50 and 00. RGB value is (46,80,0). Sum of RGB (Red+Green+Blue) = 46+80+0=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5000 is #D1AFFF. Grayscale: #3C3C3C. Windows color (decimal): -13742080 or 20526. OLE color: 20526.
HSL color Cylindrical-coordinate representation of color #2E5000: hue angle of 85.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E5000 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.69 |
| HSL | 85.5º | 1% | 0.16% | - |
| HSV(B) | 85.5º | 1% | 0.31% | - |
| XYZ | 4 | 6.32 | 1.01 | - |
| YUV | 60.71 | 93.74 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 0 | 0.42 | 0 | 1 | 0.69 | 85.5 | 1 | 0.16 |
| Hex | 2E | 50 | 0 | 2A | 0 | 64 | 45 | 56 | 64 | 10 |
| Octal | 56 | 120 | 0 | 52 | 0 | 144 | 105 | 126 | 144 | 20 |
| Binary | 101110 | 1010000 | 0 | 101010 | 0 | 1100100 | 1000101 | 1010110 | 1100100 | 10000 |
Color Harmonies of #2E5000
Complementary color
Monochromatic Colors of #2E5000
Black with #2E5000
Text Example
Text Example
White with #2E5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5000; }
p { color: rgb(46,80,0); }
H1.HeaderClassName
{
color: #2E5000;
}
.AnyTagClassName
{
color: #2E5000;
}
</style>
background-color css
<style>
a { background-color: #2E5000; }
a { background-color: rgb(46,80,0); }
div.DivClassName
{
background-color: #2E5000;
}
.BgClassName
{
background-color: #2E5000;
}
</style>
border-color css
<style>
span { border-color: #2E5000; }
span { border-color: rgb(46,80,0); }
td.TdClassName
{
border-color: #2E5000;
}
.TagClassName
{
border-color: #2E5000;
}
</style>