Shades of Turtle Green #2E3201
Tints of Turtle Green #2E3201
RGB
CMYK
RGB Variations
Color information
#2E3201 (or 0x2E3201) is known color: Turtle Green. HEX triplet: 2E, 32 and 01. RGB value is (46,50,1). Sum of RGB (Red+Green+Blue) = 46+50+1=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3201 is #D1CDFE. Grayscale: #2B2B2B. Windows color (decimal): -13749759 or 78382. OLE color: 78382.
HSL color Cylindrical-coordinate representation of color #2E3201: hue angle of 64.9º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E3201 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 1 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.80 |
| HSL | 64.9º | 0.96% | 0.1% | - |
| HSV(B) | 64.9º | 0.98% | 0.2% | - |
| XYZ | 2.27 | 2.86 | 0.46 | - |
| YUV | 43.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 1 | 0.08 | 0 | 0.98 | 0.80 | 64.9 | 0.96 | 0.1 |
| Hex | 2E | 32 | 1 | 8 | 0 | 62 | 50 | 41 | 60 | A |
| Octal | 56 | 62 | 1 | 10 | 0 | 142 | 120 | 101 | 140 | 12 |
| Binary | 101110 | 110010 | 1 | 1000 | 0 | 1100010 | 1010000 | 1000001 | 1100000 | 1010 |
Color Harmonies of #2E3201
Complementary color
Monochromatic Colors of #2E3201
Black with #2E3201
Text Example
Text Example
White with #2E3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3201; }
p { color: rgb(46,50,1); }
H1.HeaderClassName
{
color: #2E3201;
}
.AnyTagClassName
{
color: #2E3201;
}
</style>
background-color css
<style>
a { background-color: #2E3201; }
a { background-color: rgb(46,50,1); }
div.DivClassName
{
background-color: #2E3201;
}
.BgClassName
{
background-color: #2E3201;
}
</style>
border-color css
<style>
span { border-color: #2E3201; }
span { border-color: rgb(46,50,1); }
td.TdClassName
{
border-color: #2E3201;
}
.TagClassName
{
border-color: #2E3201;
}
</style>