Shades of Turtle Green #2E420B
Tints of Turtle Green #2E420B
RGB
CMYK
RGB Variations
Color information
#2E420B (or 0x2E420B) is known color: Turtle Green. HEX triplet: 2E, 42 and 0B. RGB value is (46,66,11). Sum of RGB (Red+Green+Blue) = 46+66+11=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #2E420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E420B is #D1BDF4. Grayscale: #353535. Windows color (decimal): -13745653 or 737838. OLE color: 737838.
HSL color Cylindrical-coordinate representation of color #2E420B: hue angle of 81.82º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E420B is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 11 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.74 |
| HSL | 81.82º | 0.71% | 0.15% | - |
| HSV(B) | 81.82º | 0.83% | 0.26% | - |
| XYZ | 3.14 | 4.5 | 1.02 | - |
| YUV | 53.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 11 | 0.30 | 0 | 0.83 | 0.74 | 81.82 | 0.71 | 0.15 |
| Hex | 2E | 42 | B | 1E | 0 | 53 | 4A | 52 | 47 | F |
| Octal | 56 | 102 | 13 | 36 | 0 | 123 | 112 | 122 | 107 | 17 |
| Binary | 101110 | 1000010 | 1011 | 11110 | 0 | 1010011 | 1001010 | 1010010 | 1000111 | 1111 |
Color Harmonies of #2E420B
Complementary color
Monochromatic Colors of #2E420B
Black with #2E420B
Text Example
Text Example
White with #2E420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E420B; }
p { color: rgb(46,66,11); }
H1.HeaderClassName
{
color: #2E420B;
}
.AnyTagClassName
{
color: #2E420B;
}
</style>
background-color css
<style>
a { background-color: #2E420B; }
a { background-color: rgb(46,66,11); }
div.DivClassName
{
background-color: #2E420B;
}
.BgClassName
{
background-color: #2E420B;
}
</style>
border-color css
<style>
span { border-color: #2E420B; }
span { border-color: rgb(46,66,11); }
td.TdClassName
{
border-color: #2E420B;
}
.TagClassName
{
border-color: #2E420B;
}
</style>