Shades of Turtle Green #2E4D01
Tints of Turtle Green #2E4D01
RGB
CMYK
RGB Variations
Color information
#2E4D01 (or 0x2E4D01) is known color: Turtle Green. HEX triplet: 2E, 4D and 01. RGB value is (46,77,1). Sum of RGB (Red+Green+Blue) = 46+77+1=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 77 (30.47% from 255 or 62.10% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E4D01 is #D1B2FE. Grayscale: #3B3B3B. Windows color (decimal): -13742847 or 85294. OLE color: 85294.
HSL color Cylindrical-coordinate representation of color #2E4D01: hue angle of 84.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E4D01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 77 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.70 |
| HSL | 84.47º | 0.97% | 0.15% | - |
| HSV(B) | 84.47º | 0.99% | 0.3% | - |
| XYZ | 3.79 | 5.89 | 0.97 | - |
| YUV | 59.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 1 | 0.40 | 0 | 0.99 | 0.70 | 84.47 | 0.97 | 0.15 |
| Hex | 2E | 4D | 1 | 28 | 0 | 63 | 46 | 54 | 61 | F |
| Octal | 56 | 115 | 1 | 50 | 0 | 143 | 106 | 124 | 141 | 17 |
| Binary | 101110 | 1001101 | 1 | 101000 | 0 | 1100011 | 1000110 | 1010100 | 1100001 | 1111 |
Color Harmonies of #2E4D01
Complementary color
Monochromatic Colors of #2E4D01
Black with #2E4D01
Text Example
Text Example
White with #2E4D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4D01; }
p { color: rgb(46,77,1); }
H1.HeaderClassName
{
color: #2E4D01;
}
.AnyTagClassName
{
color: #2E4D01;
}
</style>
background-color css
<style>
a { background-color: #2E4D01; }
a { background-color: rgb(46,77,1); }
div.DivClassName
{
background-color: #2E4D01;
}
.BgClassName
{
background-color: #2E4D01;
}
</style>
border-color css
<style>
span { border-color: #2E4D01; }
span { border-color: rgb(46,77,1); }
td.TdClassName
{
border-color: #2E4D01;
}
.TagClassName
{
border-color: #2E4D01;
}
</style>