Shades of Turtle Green #2E4C00
Tints of Turtle Green #2E4C00
RGB
CMYK
RGB Variations
Color information
#2E4C00 (or 0x2E4C00) is known color: Turtle Green. HEX triplet: 2E, 4C and 00. RGB value is (46,76,0). Sum of RGB (Red+Green+Blue) = 46+76+0=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 76 (30.08% from 255 or 62.30% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4C00 is #D1B3FF. Grayscale: #3A3A3A. Windows color (decimal): -13743104 or 19502. OLE color: 19502.
HSL color Cylindrical-coordinate representation of color #2E4C00: hue angle of 83.68º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E4C00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 76 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.70 |
| HSL | 83.68º | 1% | 0.15% | - |
| HSV(B) | 83.68º | 1% | 0.3% | - |
| XYZ | 3.71 | 5.75 | 0.91 | - |
| YUV | 58.37 | 95.06 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 0 | 0.39 | 0 | 1 | 0.70 | 83.68 | 1 | 0.15 |
| Hex | 2E | 4C | 0 | 27 | 0 | 64 | 46 | 54 | 64 | F |
| Octal | 56 | 114 | 0 | 47 | 0 | 144 | 106 | 124 | 144 | 17 |
| Binary | 101110 | 1001100 | 0 | 100111 | 0 | 1100100 | 1000110 | 1010100 | 1100100 | 1111 |
Color Harmonies of #2E4C00
Complementary color
Monochromatic Colors of #2E4C00
Black with #2E4C00
Text Example
Text Example
White with #2E4C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4C00; }
p { color: rgb(46,76,0); }
H1.HeaderClassName
{
color: #2E4C00;
}
.AnyTagClassName
{
color: #2E4C00;
}
</style>
background-color css
<style>
a { background-color: #2E4C00; }
a { background-color: rgb(46,76,0); }
div.DivClassName
{
background-color: #2E4C00;
}
.BgClassName
{
background-color: #2E4C00;
}
</style>
border-color css
<style>
span { border-color: #2E4C00; }
span { border-color: rgb(46,76,0); }
td.TdClassName
{
border-color: #2E4C00;
}
.TagClassName
{
border-color: #2E4C00;
}
</style>