Shades of Turtle Green #2E350B
Tints of Turtle Green #2E350B
RGB
CMYK
RGB Variations
Color information
#2E350B (or 0x2E350B) is known color: Turtle Green. HEX triplet: 2E, 35 and 0B. RGB value is (46,53,11). Sum of RGB (Red+Green+Blue) = 46+53+11=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #2E350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E350B is #D1CAF4. Grayscale: #2E2E2E. Windows color (decimal): -13748981 or 734510. OLE color: 734510.
HSL color Cylindrical-coordinate representation of color #2E350B: hue angle of 70º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E350B is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 53 | 11 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.79 |
| HSL | 70º | 0.66% | 0.13% | - |
| HSV(B) | 70º | 0.79% | 0.21% | - |
| XYZ | 2.46 | 3.15 | 0.8 | - |
| YUV | 46.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 11 | 0.13 | 0 | 0.79 | 0.79 | 70 | 0.66 | 0.13 |
| Hex | 2E | 35 | B | D | 0 | 4F | 4F | 46 | 42 | D |
| Octal | 56 | 65 | 13 | 15 | 0 | 117 | 117 | 106 | 102 | 15 |
| Binary | 101110 | 110101 | 1011 | 1101 | 0 | 1001111 | 1001111 | 1000110 | 1000010 | 1101 |
Color Harmonies of #2E350B
Complementary color
Monochromatic Colors of #2E350B
Black with #2E350B
Text Example
Text Example
White with #2E350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E350B; }
p { color: rgb(46,53,11); }
H1.HeaderClassName
{
color: #2E350B;
}
.AnyTagClassName
{
color: #2E350B;
}
</style>
background-color css
<style>
a { background-color: #2E350B; }
a { background-color: rgb(46,53,11); }
div.DivClassName
{
background-color: #2E350B;
}
.BgClassName
{
background-color: #2E350B;
}
</style>
border-color css
<style>
span { border-color: #2E350B; }
span { border-color: rgb(46,53,11); }
td.TdClassName
{
border-color: #2E350B;
}
.TagClassName
{
border-color: #2E350B;
}
</style>