Shades of Turtle Green #2E4200
Tints of Turtle Green #2E4200
RGB
CMYK
RGB Variations
Color information
#2E4200 (or 0x2E4200) is known color: Turtle Green. HEX triplet: 2E, 42 and 00. RGB value is (46,66,0). Sum of RGB (Red+Green+Blue) = 46+66+0=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4200 is #D1BDFF. Grayscale: #343434. Windows color (decimal): -13745664 or 16942. OLE color: 16942.
HSL color Cylindrical-coordinate representation of color #2E4200: hue angle of 78.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E4200 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.74 |
| HSL | 78.18º | 1% | 0.13% | - |
| HSV(B) | 78.18º | 1% | 0.26% | - |
| XYZ | 3.07 | 4.48 | 0.7 | - |
| YUV | 52.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 0 | 0.30 | 0 | 1 | 0.74 | 78.18 | 1 | 0.13 |
| Hex | 2E | 42 | 0 | 1E | 0 | 64 | 4A | 4E | 64 | D |
| Octal | 56 | 102 | 0 | 36 | 0 | 144 | 112 | 116 | 144 | 15 |
| Binary | 101110 | 1000010 | 0 | 11110 | 0 | 1100100 | 1001010 | 1001110 | 1100100 | 1101 |
Color Harmonies of #2E4200
Complementary color
Monochromatic Colors of #2E4200
Black with #2E4200
Text Example
Text Example
White with #2E4200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4200; }
p { color: rgb(46,66,0); }
H1.HeaderClassName
{
color: #2E4200;
}
.AnyTagClassName
{
color: #2E4200;
}
</style>
background-color css
<style>
a { background-color: #2E4200; }
a { background-color: rgb(46,66,0); }
div.DivClassName
{
background-color: #2E4200;
}
.BgClassName
{
background-color: #2E4200;
}
</style>
border-color css
<style>
span { border-color: #2E4200; }
span { border-color: rgb(46,66,0); }
td.TdClassName
{
border-color: #2E4200;
}
.TagClassName
{
border-color: #2E4200;
}
</style>