Shades of Turtle Green #2E430B
Tints of Turtle Green #2E430B
RGB
CMYK
RGB Variations
Color information
#2E430B (or 0x2E430B) is known color: Turtle Green. HEX triplet: 2E, 43 and 0B. RGB value is (46,67,11). Sum of RGB (Red+Green+Blue) = 46+67+11=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #2E430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E430B is #D1BCF4. Grayscale: #363636. Windows color (decimal): -13745397 or 738094. OLE color: 738094.
HSL color Cylindrical-coordinate representation of color #2E430B: hue angle of 82.5º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E430B is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 67 | 11 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.74 |
| HSL | 82.5º | 0.72% | 0.15% | - |
| HSV(B) | 82.5º | 0.84% | 0.26% | - |
| XYZ | 3.19 | 4.62 | 1.04 | - |
| YUV | 54.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 11 | 0.31 | 0 | 0.84 | 0.74 | 82.5 | 0.72 | 0.15 |
| Hex | 2E | 43 | B | 1F | 0 | 54 | 4A | 52 | 48 | F |
| Octal | 56 | 103 | 13 | 37 | 0 | 124 | 112 | 122 | 110 | 17 |
| Binary | 101110 | 1000011 | 1011 | 11111 | 0 | 1010100 | 1001010 | 1010010 | 1001000 | 1111 |
Color Harmonies of #2E430B
Complementary color
Monochromatic Colors of #2E430B
Black with #2E430B
Text Example
Text Example
White with #2E430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E430B; }
p { color: rgb(46,67,11); }
H1.HeaderClassName
{
color: #2E430B;
}
.AnyTagClassName
{
color: #2E430B;
}
</style>
background-color css
<style>
a { background-color: #2E430B; }
a { background-color: rgb(46,67,11); }
div.DivClassName
{
background-color: #2E430B;
}
.BgClassName
{
background-color: #2E430B;
}
</style>
border-color css
<style>
span { border-color: #2E430B; }
span { border-color: rgb(46,67,11); }
td.TdClassName
{
border-color: #2E430B;
}
.TagClassName
{
border-color: #2E430B;
}
</style>