Shades of Turtle Green #2E5802
Tints of Turtle Green #2E5802
RGB
CMYK
RGB Variations
Color information
#2E5802 (or 0x2E5802) is known color: Turtle Green. HEX triplet: 2E, 58 and 02. RGB value is (46,88,2). Sum of RGB (Red+Green+Blue) = 46+88+2=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #2E5802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5802 is #D1A7FD. Grayscale: #414141. Windows color (decimal): -13740030 or 153646. OLE color: 153646.
HSL color Cylindrical-coordinate representation of color #2E5802: hue angle of 89.3º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E5802 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 88 | 2 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.65 |
| HSL | 89.3º | 0.96% | 0.18% | - |
| HSV(B) | 89.3º | 0.98% | 0.35% | - |
| XYZ | 4.63 | 7.56 | 1.27 | - |
| YUV | 65.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 2 | 0.48 | 0 | 0.98 | 0.65 | 89.3 | 0.96 | 0.18 |
| Hex | 2E | 58 | 2 | 30 | 0 | 62 | 41 | 59 | 60 | 12 |
| Octal | 56 | 130 | 2 | 60 | 0 | 142 | 101 | 131 | 140 | 22 |
| Binary | 101110 | 1011000 | 10 | 110000 | 0 | 1100010 | 1000001 | 1011001 | 1100000 | 10010 |
Color Harmonies of #2E5802
Complementary color
Monochromatic Colors of #2E5802
Black with #2E5802
Text Example
Text Example
White with #2E5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5802; }
p { color: rgb(46,88,2); }
H1.HeaderClassName
{
color: #2E5802;
}
.AnyTagClassName
{
color: #2E5802;
}
</style>
background-color css
<style>
a { background-color: #2E5802; }
a { background-color: rgb(46,88,2); }
div.DivClassName
{
background-color: #2E5802;
}
.BgClassName
{
background-color: #2E5802;
}
</style>
border-color css
<style>
span { border-color: #2E5802; }
span { border-color: rgb(46,88,2); }
td.TdClassName
{
border-color: #2E5802;
}
.TagClassName
{
border-color: #2E5802;
}
</style>