Shades of Turtle Green #2E4F0D
Tints of Turtle Green #2E4F0D
RGB
CMYK
RGB Variations
Color information
#2E4F0D (or 0x2E4F0D) is known color: Turtle Green. HEX triplet: 2E, 4F and 0D. RGB value is (46,79,13). Sum of RGB (Red+Green+Blue) = 46+79+13=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E4F0D is #D1B0F2. Grayscale: #3D3D3D. Windows color (decimal): -13742323 or 872238. OLE color: 872238.
HSL color Cylindrical-coordinate representation of color #2E4F0D: hue angle of 90º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E4F0D is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 79 | 13 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.69 |
| HSL | 90º | 0.72% | 0.18% | - |
| HSV(B) | 90º | 0.84% | 0.31% | - |
| XYZ | 4 | 6.2 | 1.37 | - |
| YUV | 61.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 13 | 0.42 | 0 | 0.84 | 0.69 | 90 | 0.72 | 0.18 |
| Hex | 2E | 4F | D | 2A | 0 | 54 | 45 | 5A | 48 | 12 |
| Octal | 56 | 117 | 15 | 52 | 0 | 124 | 105 | 132 | 110 | 22 |
| Binary | 101110 | 1001111 | 1101 | 101010 | 0 | 1010100 | 1000101 | 1011010 | 1001000 | 10010 |
Color Harmonies of #2E4F0D
Complementary color
Monochromatic Colors of #2E4F0D
Black with #2E4F0D
Text Example
Text Example
White with #2E4F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F0D; }
p { color: rgb(46,79,13); }
H1.HeaderClassName
{
color: #2E4F0D;
}
.AnyTagClassName
{
color: #2E4F0D;
}
</style>
background-color css
<style>
a { background-color: #2E4F0D; }
a { background-color: rgb(46,79,13); }
div.DivClassName
{
background-color: #2E4F0D;
}
.BgClassName
{
background-color: #2E4F0D;
}
</style>
border-color css
<style>
span { border-color: #2E4F0D; }
span { border-color: rgb(46,79,13); }
td.TdClassName
{
border-color: #2E4F0D;
}
.TagClassName
{
border-color: #2E4F0D;
}
</style>