Shades of Turtle Green #2E4801
Tints of Turtle Green #2E4801
RGB
CMYK
RGB Variations
Color information
#2E4801 (or 0x2E4801) is known color: Turtle Green. HEX triplet: 2E, 48 and 01. RGB value is (46,72,1). Sum of RGB (Red+Green+Blue) = 46+72+1=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4801 is #D1B7FE. Grayscale: #383838. Windows color (decimal): -13744127 or 84014. OLE color: 84014.
HSL color Cylindrical-coordinate representation of color #2E4801: hue angle of 81.97º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E4801 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 72 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.72 |
| HSL | 81.97º | 0.97% | 0.14% | - |
| HSV(B) | 81.97º | 0.99% | 0.28% | - |
| XYZ | 3.45 | 5.22 | 0.85 | - |
| YUV | 56.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 1 | 0.36 | 0 | 0.99 | 0.72 | 81.97 | 0.97 | 0.14 |
| Hex | 2E | 48 | 1 | 24 | 0 | 63 | 48 | 52 | 61 | E |
| Octal | 56 | 110 | 1 | 44 | 0 | 143 | 110 | 122 | 141 | 16 |
| Binary | 101110 | 1001000 | 1 | 100100 | 0 | 1100011 | 1001000 | 1010010 | 1100001 | 1110 |
Color Harmonies of #2E4801
Complementary color
Monochromatic Colors of #2E4801
Black with #2E4801
Text Example
Text Example
White with #2E4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4801; }
p { color: rgb(46,72,1); }
H1.HeaderClassName
{
color: #2E4801;
}
.AnyTagClassName
{
color: #2E4801;
}
</style>
background-color css
<style>
a { background-color: #2E4801; }
a { background-color: rgb(46,72,1); }
div.DivClassName
{
background-color: #2E4801;
}
.BgClassName
{
background-color: #2E4801;
}
</style>
border-color css
<style>
span { border-color: #2E4801; }
span { border-color: rgb(46,72,1); }
td.TdClassName
{
border-color: #2E4801;
}
.TagClassName
{
border-color: #2E4801;
}
</style>