Shades of Turtle Green #2E3D0D
Tints of Turtle Green #2E3D0D
RGB
CMYK
RGB Variations
Color information
#2E3D0D (or 0x2E3D0D) is known color: Turtle Green. HEX triplet: 2E, 3D and 0D. RGB value is (46,61,13). Sum of RGB (Red+Green+Blue) = 46+61+13=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3D0D is #D1C2F2. Grayscale: #333333. Windows color (decimal): -13746931 or 867630. OLE color: 867630.
HSL color Cylindrical-coordinate representation of color #2E3D0D: hue angle of 78.75º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3D0D is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 61 | 13 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.76 |
| HSL | 78.75º | 0.65% | 0.15% | - |
| HSV(B) | 78.75º | 0.79% | 0.24% | - |
| XYZ | 2.87 | 3.95 | 0.99 | - |
| YUV | 51.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 13 | 0.25 | 0 | 0.79 | 0.76 | 78.75 | 0.65 | 0.15 |
| Hex | 2E | 3D | D | 19 | 0 | 4F | 4C | 4F | 41 | F |
| Octal | 56 | 75 | 15 | 31 | 0 | 117 | 114 | 117 | 101 | 17 |
| Binary | 101110 | 111101 | 1101 | 11001 | 0 | 1001111 | 1001100 | 1001111 | 1000001 | 1111 |
Color Harmonies of #2E3D0D
Complementary color
Monochromatic Colors of #2E3D0D
Black with #2E3D0D
Text Example
Text Example
White with #2E3D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D0D; }
p { color: rgb(46,61,13); }
H1.HeaderClassName
{
color: #2E3D0D;
}
.AnyTagClassName
{
color: #2E3D0D;
}
</style>
background-color css
<style>
a { background-color: #2E3D0D; }
a { background-color: rgb(46,61,13); }
div.DivClassName
{
background-color: #2E3D0D;
}
.BgClassName
{
background-color: #2E3D0D;
}
</style>
border-color css
<style>
span { border-color: #2E3D0D; }
span { border-color: rgb(46,61,13); }
td.TdClassName
{
border-color: #2E3D0D;
}
.TagClassName
{
border-color: #2E3D0D;
}
</style>