Shades of Turtle Green #2E3702
Tints of Turtle Green #2E3702
RGB
CMYK
RGB Variations
Color information
#2E3702 (or 0x2E3702) is known color: Turtle Green. HEX triplet: 2E, 37 and 02. RGB value is (46,55,2). Sum of RGB (Red+Green+Blue) = 46+55+2=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #2E3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3702 is #D1C8FD. Grayscale: #2E2E2E. Windows color (decimal): -13748478 or 145198. OLE color: 145198.
HSL color Cylindrical-coordinate representation of color #2E3702: hue angle of 70.19º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E3702 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 55 | 2 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.78 |
| HSL | 70.19º | 0.93% | 0.11% | - |
| HSV(B) | 70.19º | 0.96% | 0.22% | - |
| XYZ | 2.5 | 3.32 | 0.57 | - |
| YUV | 46.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 2 | 0.16 | 0 | 0.96 | 0.78 | 70.19 | 0.93 | 0.11 |
| Hex | 2E | 37 | 2 | 10 | 0 | 60 | 4E | 46 | 5D | B |
| Octal | 56 | 67 | 2 | 20 | 0 | 140 | 116 | 106 | 135 | 13 |
| Binary | 101110 | 110111 | 10 | 10000 | 0 | 1100000 | 1001110 | 1000110 | 1011101 | 1011 |
Color Harmonies of #2E3702
Complementary color
Monochromatic Colors of #2E3702
Black with #2E3702
Text Example
Text Example
White with #2E3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3702; }
p { color: rgb(46,55,2); }
H1.HeaderClassName
{
color: #2E3702;
}
.AnyTagClassName
{
color: #2E3702;
}
</style>
background-color css
<style>
a { background-color: #2E3702; }
a { background-color: rgb(46,55,2); }
div.DivClassName
{
background-color: #2E3702;
}
.BgClassName
{
background-color: #2E3702;
}
</style>
border-color css
<style>
span { border-color: #2E3702; }
span { border-color: rgb(46,55,2); }
td.TdClassName
{
border-color: #2E3702;
}
.TagClassName
{
border-color: #2E3702;
}
</style>