Shades of Turtle Green #2E4302
Tints of Turtle Green #2E4302
RGB
CMYK
RGB Variations
Color information
#2E4302 (or 0x2E4302) is known color: Turtle Green. HEX triplet: 2E, 43 and 02. RGB value is (46,67,2). Sum of RGB (Red+Green+Blue) = 46+67+2=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #2E4302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4302 is #D1BCFD. Grayscale: #353535. Windows color (decimal): -13745406 or 148270. OLE color: 148270.
HSL color Cylindrical-coordinate representation of color #2E4302: hue angle of 79.38º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E4302 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 67 | 2 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.74 |
| HSL | 79.38º | 0.94% | 0.14% | - |
| HSV(B) | 79.38º | 0.97% | 0.26% | - |
| XYZ | 3.14 | 4.6 | 0.78 | - |
| YUV | 53.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 2 | 0.31 | 0 | 0.97 | 0.74 | 79.38 | 0.94 | 0.14 |
| Hex | 2E | 43 | 2 | 1F | 0 | 61 | 4A | 4F | 5E | E |
| Octal | 56 | 103 | 2 | 37 | 0 | 141 | 112 | 117 | 136 | 16 |
| Binary | 101110 | 1000011 | 10 | 11111 | 0 | 1100001 | 1001010 | 1001111 | 1011110 | 1110 |
Color Harmonies of #2E4302
Complementary color
Monochromatic Colors of #2E4302
Black with #2E4302
Text Example
Text Example
White with #2E4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4302; }
p { color: rgb(46,67,2); }
H1.HeaderClassName
{
color: #2E4302;
}
.AnyTagClassName
{
color: #2E4302;
}
</style>
background-color css
<style>
a { background-color: #2E4302; }
a { background-color: rgb(46,67,2); }
div.DivClassName
{
background-color: #2E4302;
}
.BgClassName
{
background-color: #2E4302;
}
</style>
border-color css
<style>
span { border-color: #2E4302; }
span { border-color: rgb(46,67,2); }
td.TdClassName
{
border-color: #2E4302;
}
.TagClassName
{
border-color: #2E4302;
}
</style>