Shades of Turtle Green #2E5002
Tints of Turtle Green #2E5002
RGB
CMYK
RGB Variations
Color information
#2E5002 (or 0x2E5002) is known color: Turtle Green. HEX triplet: 2E, 50 and 02. RGB value is (46,80,2). Sum of RGB (Red+Green+Blue) = 46+80+2=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5002 is #D1AFFD. Grayscale: #3D3D3D. Windows color (decimal): -13742078 or 151598. OLE color: 151598.
HSL color Cylindrical-coordinate representation of color #2E5002: hue angle of 86.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E5002 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 2 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.69 |
| HSL | 86.15º | 0.95% | 0.16% | - |
| HSV(B) | 86.15º | 0.98% | 0.31% | - |
| XYZ | 4.01 | 6.32 | 1.07 | - |
| YUV | 60.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 2 | 0.42 | 0 | 0.98 | 0.69 | 86.15 | 0.95 | 0.16 |
| Hex | 2E | 50 | 2 | 2A | 0 | 62 | 45 | 56 | 5F | 10 |
| Octal | 56 | 120 | 2 | 52 | 0 | 142 | 105 | 126 | 137 | 20 |
| Binary | 101110 | 1010000 | 10 | 101010 | 0 | 1100010 | 1000101 | 1010110 | 1011111 | 10000 |
Color Harmonies of #2E5002
Complementary color
Monochromatic Colors of #2E5002
Black with #2E5002
Text Example
Text Example
White with #2E5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5002; }
p { color: rgb(46,80,2); }
H1.HeaderClassName
{
color: #2E5002;
}
.AnyTagClassName
{
color: #2E5002;
}
</style>
background-color css
<style>
a { background-color: #2E5002; }
a { background-color: rgb(46,80,2); }
div.DivClassName
{
background-color: #2E5002;
}
.BgClassName
{
background-color: #2E5002;
}
</style>
border-color css
<style>
span { border-color: #2E5002; }
span { border-color: rgb(46,80,2); }
td.TdClassName
{
border-color: #2E5002;
}
.TagClassName
{
border-color: #2E5002;
}
</style>