Shades of Turtle Green #2E4C03
Tints of Turtle Green #2E4C03
RGB
CMYK
RGB Variations
Color information
#2E4C03 (or 0x2E4C03) is known color: Turtle Green. HEX triplet: 2E, 4C and 03. RGB value is (46,76,3). Sum of RGB (Red+Green+Blue) = 46+76+3=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4C03 is #D1B3FC. Grayscale: #3A3A3A. Windows color (decimal): -13743101 or 216110. OLE color: 216110.
HSL color Cylindrical-coordinate representation of color #2E4C03: hue angle of 84.66º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E4C03 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 76 | 3 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.70 |
| HSL | 84.66º | 0.92% | 0.15% | - |
| HSV(B) | 84.66º | 0.96% | 0.3% | - |
| XYZ | 3.73 | 5.76 | 1 | - |
| YUV | 58.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 3 | 0.39 | 0 | 0.96 | 0.70 | 84.66 | 0.92 | 0.15 |
| Hex | 2E | 4C | 3 | 27 | 0 | 60 | 46 | 55 | 5C | F |
| Octal | 56 | 114 | 3 | 47 | 0 | 140 | 106 | 125 | 134 | 17 |
| Binary | 101110 | 1001100 | 11 | 100111 | 0 | 1100000 | 1000110 | 1010101 | 1011100 | 1111 |
Color Harmonies of #2E4C03
Complementary color
Monochromatic Colors of #2E4C03
Black with #2E4C03
Text Example
Text Example
White with #2E4C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4C03; }
p { color: rgb(46,76,3); }
H1.HeaderClassName
{
color: #2E4C03;
}
.AnyTagClassName
{
color: #2E4C03;
}
</style>
background-color css
<style>
a { background-color: #2E4C03; }
a { background-color: rgb(46,76,3); }
div.DivClassName
{
background-color: #2E4C03;
}
.BgClassName
{
background-color: #2E4C03;
}
</style>
border-color css
<style>
span { border-color: #2E4C03; }
span { border-color: rgb(46,76,3); }
td.TdClassName
{
border-color: #2E4C03;
}
.TagClassName
{
border-color: #2E4C03;
}
</style>