Shades of Turtle Green #2E3409
Tints of Turtle Green #2E3409
RGB
CMYK
RGB Variations
Color information
#2E3409 (or 0x2E3409) is known color: Turtle Green. HEX triplet: 2E, 34 and 09. RGB value is (46,52,9). Sum of RGB (Red+Green+Blue) = 46+52+9=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3409 is #D1CBF6. Grayscale: #2D2D2D. Windows color (decimal): -13749239 or 603182. OLE color: 603182.
HSL color Cylindrical-coordinate representation of color #2E3409: hue angle of 68.37º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E3409 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 52 | 9 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.80 |
| HSL | 68.37º | 0.7% | 0.12% | - |
| HSV(B) | 68.37º | 0.83% | 0.2% | - |
| XYZ | 2.4 | 3.06 | 0.72 | - |
| YUV | 45.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 9 | 0.12 | 0 | 0.83 | 0.80 | 68.37 | 0.7 | 0.12 |
| Hex | 2E | 34 | 9 | C | 0 | 53 | 50 | 44 | 46 | C |
| Octal | 56 | 64 | 11 | 14 | 0 | 123 | 120 | 104 | 106 | 14 |
| Binary | 101110 | 110100 | 1001 | 1100 | 0 | 1010011 | 1010000 | 1000100 | 1000110 | 1100 |
Color Harmonies of #2E3409
Complementary color
Monochromatic Colors of #2E3409
Black with #2E3409
Text Example
Text Example
White with #2E3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3409; }
p { color: rgb(46,52,9); }
H1.HeaderClassName
{
color: #2E3409;
}
.AnyTagClassName
{
color: #2E3409;
}
</style>
background-color css
<style>
a { background-color: #2E3409; }
a { background-color: rgb(46,52,9); }
div.DivClassName
{
background-color: #2E3409;
}
.BgClassName
{
background-color: #2E3409;
}
</style>
border-color css
<style>
span { border-color: #2E3409; }
span { border-color: rgb(46,52,9); }
td.TdClassName
{
border-color: #2E3409;
}
.TagClassName
{
border-color: #2E3409;
}
</style>