Shades of Turtle Green #2E430A
Tints of Turtle Green #2E430A
RGB
CMYK
RGB Variations
Color information
#2E430A (or 0x2E430A) is known color: Turtle Green. HEX triplet: 2E, 43 and 0A. RGB value is (46,67,10). Sum of RGB (Red+Green+Blue) = 46+67+10=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #2E430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E430A is #D1BCF5. Grayscale: #363636. Windows color (decimal): -13745398 or 672558. OLE color: 672558.
HSL color Cylindrical-coordinate representation of color #2E430A: hue angle of 82.11º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E430A is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 67 | 10 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.74 |
| HSL | 82.11º | 0.74% | 0.15% | - |
| HSV(B) | 82.11º | 0.85% | 0.26% | - |
| XYZ | 3.19 | 4.62 | 1.01 | - |
| YUV | 54.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 10 | 0.31 | 0 | 0.85 | 0.74 | 82.11 | 0.74 | 0.15 |
| Hex | 2E | 43 | A | 1F | 0 | 55 | 4A | 52 | 4A | F |
| Octal | 56 | 103 | 12 | 37 | 0 | 125 | 112 | 122 | 112 | 17 |
| Binary | 101110 | 1000011 | 1010 | 11111 | 0 | 1010101 | 1001010 | 1010010 | 1001010 | 1111 |
Color Harmonies of #2E430A
Complementary color
Monochromatic Colors of #2E430A
Black with #2E430A
Text Example
Text Example
White with #2E430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E430A; }
p { color: rgb(46,67,10); }
H1.HeaderClassName
{
color: #2E430A;
}
.AnyTagClassName
{
color: #2E430A;
}
</style>
background-color css
<style>
a { background-color: #2E430A; }
a { background-color: rgb(46,67,10); }
div.DivClassName
{
background-color: #2E430A;
}
.BgClassName
{
background-color: #2E430A;
}
</style>
border-color css
<style>
span { border-color: #2E430A; }
span { border-color: rgb(46,67,10); }
td.TdClassName
{
border-color: #2E430A;
}
.TagClassName
{
border-color: #2E430A;
}
</style>