Shades of Turtle Green #2E4401
Tints of Turtle Green #2E4401
RGB
CMYK
RGB Variations
Color information
#2E4401 (or 0x2E4401) is known color: Turtle Green. HEX triplet: 2E, 44 and 01. RGB value is (46,68,1). Sum of RGB (Red+Green+Blue) = 46+68+1=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4401 is #D1BBFE. Grayscale: #363636. Windows color (decimal): -13745151 or 82990. OLE color: 82990.
HSL color Cylindrical-coordinate representation of color #2E4401: hue angle of 79.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E4401 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.73 |
| HSL | 79.7º | 0.97% | 0.14% | - |
| HSV(B) | 79.7º | 0.99% | 0.27% | - |
| XYZ | 3.2 | 4.72 | 0.77 | - |
| YUV | 53.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 1 | 0.32 | 0 | 0.99 | 0.73 | 79.7 | 0.97 | 0.14 |
| Hex | 2E | 44 | 1 | 20 | 0 | 63 | 49 | 50 | 61 | E |
| Octal | 56 | 104 | 1 | 40 | 0 | 143 | 111 | 120 | 141 | 16 |
| Binary | 101110 | 1000100 | 1 | 100000 | 0 | 1100011 | 1001001 | 1010000 | 1100001 | 1110 |
Color Harmonies of #2E4401
Complementary color
Monochromatic Colors of #2E4401
Black with #2E4401
Text Example
Text Example
White with #2E4401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4401; }
p { color: rgb(46,68,1); }
H1.HeaderClassName
{
color: #2E4401;
}
.AnyTagClassName
{
color: #2E4401;
}
</style>
background-color css
<style>
a { background-color: #2E4401; }
a { background-color: rgb(46,68,1); }
div.DivClassName
{
background-color: #2E4401;
}
.BgClassName
{
background-color: #2E4401;
}
</style>
border-color css
<style>
span { border-color: #2E4401; }
span { border-color: rgb(46,68,1); }
td.TdClassName
{
border-color: #2E4401;
}
.TagClassName
{
border-color: #2E4401;
}
</style>