Shades of Turtle Green #2E4403
Tints of Turtle Green #2E4403
RGB
CMYK
RGB Variations
Color information
#2E4403 (or 0x2E4403) is known color: Turtle Green. HEX triplet: 2E, 44 and 03. RGB value is (46,68,3). Sum of RGB (Red+Green+Blue) = 46+68+3=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4403 is #D1BBFC. Grayscale: #363636. Windows color (decimal): -13745149 or 214062. OLE color: 214062.
HSL color Cylindrical-coordinate representation of color #2E4403: hue angle of 80.31º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E4403 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 3 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.73 |
| HSL | 80.31º | 0.92% | 0.14% | - |
| HSV(B) | 80.31º | 0.96% | 0.27% | - |
| XYZ | 3.21 | 4.72 | 0.83 | - |
| YUV | 54.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 3 | 0.32 | 0 | 0.96 | 0.73 | 80.31 | 0.92 | 0.14 |
| Hex | 2E | 44 | 3 | 20 | 0 | 60 | 49 | 50 | 5C | E |
| Octal | 56 | 104 | 3 | 40 | 0 | 140 | 111 | 120 | 134 | 16 |
| Binary | 101110 | 1000100 | 11 | 100000 | 0 | 1100000 | 1001001 | 1010000 | 1011100 | 1110 |
Color Harmonies of #2E4403
Complementary color
Monochromatic Colors of #2E4403
Black with #2E4403
Text Example
Text Example
White with #2E4403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4403; }
p { color: rgb(46,68,3); }
H1.HeaderClassName
{
color: #2E4403;
}
.AnyTagClassName
{
color: #2E4403;
}
</style>
background-color css
<style>
a { background-color: #2E4403; }
a { background-color: rgb(46,68,3); }
div.DivClassName
{
background-color: #2E4403;
}
.BgClassName
{
background-color: #2E4403;
}
</style>
border-color css
<style>
span { border-color: #2E4403; }
span { border-color: rgb(46,68,3); }
td.TdClassName
{
border-color: #2E4403;
}
.TagClassName
{
border-color: #2E4403;
}
</style>