Shades of Turtle Green #2E3905
Tints of Turtle Green #2E3905
RGB
CMYK
RGB Variations
Color information
#2E3905 (or 0x2E3905) is known color: Turtle Green. HEX triplet: 2E, 39 and 05. RGB value is (46,57,5). Sum of RGB (Red+Green+Blue) = 46+57+5=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3905 is #D1C6FA. Grayscale: #2F2F2F. Windows color (decimal): -13747963 or 342318. OLE color: 342318.
HSL color Cylindrical-coordinate representation of color #2E3905: hue angle of 72.69º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E3905 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 57 | 5 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.78 |
| HSL | 72.69º | 0.84% | 0.12% | - |
| HSV(B) | 72.69º | 0.91% | 0.22% | - |
| XYZ | 2.62 | 3.52 | 0.68 | - |
| YUV | 47.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 5 | 0.19 | 0 | 0.91 | 0.78 | 72.69 | 0.84 | 0.12 |
| Hex | 2E | 39 | 5 | 13 | 0 | 5B | 4E | 49 | 54 | C |
| Octal | 56 | 71 | 5 | 23 | 0 | 133 | 116 | 111 | 124 | 14 |
| Binary | 101110 | 111001 | 101 | 10011 | 0 | 1011011 | 1001110 | 1001001 | 1010100 | 1100 |
Color Harmonies of #2E3905
Complementary color
Monochromatic Colors of #2E3905
Black with #2E3905
Text Example
Text Example
White with #2E3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3905; }
p { color: rgb(46,57,5); }
H1.HeaderClassName
{
color: #2E3905;
}
.AnyTagClassName
{
color: #2E3905;
}
</style>
background-color css
<style>
a { background-color: #2E3905; }
a { background-color: rgb(46,57,5); }
div.DivClassName
{
background-color: #2E3905;
}
.BgClassName
{
background-color: #2E3905;
}
</style>
border-color css
<style>
span { border-color: #2E3905; }
span { border-color: rgb(46,57,5); }
td.TdClassName
{
border-color: #2E3905;
}
.TagClassName
{
border-color: #2E3905;
}
</style>