Shades of Turtle Green #2E3402
Tints of Turtle Green #2E3402
RGB
CMYK
RGB Variations
Color information
#2E3402 (or 0x2E3402) is known color: Turtle Green. HEX triplet: 2E, 34 and 02. RGB value is (46,52,2). Sum of RGB (Red+Green+Blue) = 46+52+2=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3402 is #D1CBFD. Grayscale: #2C2C2C. Windows color (decimal): -13749246 or 144430. OLE color: 144430.
HSL color Cylindrical-coordinate representation of color #2E3402: hue angle of 67.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E3402 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 52 | 2 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.80 |
| HSL | 67.2º | 0.93% | 0.11% | - |
| HSV(B) | 67.2º | 0.96% | 0.2% | - |
| XYZ | 2.37 | 3.04 | 0.52 | - |
| YUV | 44.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 2 | 0.12 | 0 | 0.96 | 0.80 | 67.2 | 0.93 | 0.11 |
| Hex | 2E | 34 | 2 | C | 0 | 60 | 50 | 43 | 5D | B |
| Octal | 56 | 64 | 2 | 14 | 0 | 140 | 120 | 103 | 135 | 13 |
| Binary | 101110 | 110100 | 10 | 1100 | 0 | 1100000 | 1010000 | 1000011 | 1011101 | 1011 |
Color Harmonies of #2E3402
Complementary color
Monochromatic Colors of #2E3402
Black with #2E3402
Text Example
Text Example
White with #2E3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3402; }
p { color: rgb(46,52,2); }
H1.HeaderClassName
{
color: #2E3402;
}
.AnyTagClassName
{
color: #2E3402;
}
</style>
background-color css
<style>
a { background-color: #2E3402; }
a { background-color: rgb(46,52,2); }
div.DivClassName
{
background-color: #2E3402;
}
.BgClassName
{
background-color: #2E3402;
}
</style>
border-color css
<style>
span { border-color: #2E3402; }
span { border-color: rgb(46,52,2); }
td.TdClassName
{
border-color: #2E3402;
}
.TagClassName
{
border-color: #2E3402;
}
</style>