Shades of Turtle Green #2E5207
Tints of Turtle Green #2E5207
RGB
CMYK
RGB Variations
Color information
#2E5207 (or 0x2E5207) is known color: Turtle Green. HEX triplet: 2E, 52 and 07. RGB value is (46,82,7). Sum of RGB (Red+Green+Blue) = 46+82+7=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5207 is #D1ADF8. Grayscale: #3E3E3E. Windows color (decimal): -13741561 or 479790. OLE color: 479790.
HSL color Cylindrical-coordinate representation of color #2E5207: hue angle of 88.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E5207 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 7 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.68 |
| HSL | 88.8º | 0.84% | 0.17% | - |
| HSV(B) | 88.8º | 0.91% | 0.32% | - |
| XYZ | 4.18 | 6.63 | 1.26 | - |
| YUV | 62.69 | 96.57 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 7 | 0.44 | 0 | 0.91 | 0.68 | 88.8 | 0.84 | 0.17 |
| Hex | 2E | 52 | 7 | 2C | 0 | 5B | 44 | 59 | 54 | 11 |
| Octal | 56 | 122 | 7 | 54 | 0 | 133 | 104 | 131 | 124 | 21 |
| Binary | 101110 | 1010010 | 111 | 101100 | 0 | 1011011 | 1000100 | 1011001 | 1010100 | 10001 |
Color Harmonies of #2E5207
Complementary color
Monochromatic Colors of #2E5207
Black with #2E5207
Text Example
Text Example
White with #2E5207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5207; }
p { color: rgb(46,82,7); }
H1.HeaderClassName
{
color: #2E5207;
}
.AnyTagClassName
{
color: #2E5207;
}
</style>
background-color css
<style>
a { background-color: #2E5207; }
a { background-color: rgb(46,82,7); }
div.DivClassName
{
background-color: #2E5207;
}
.BgClassName
{
background-color: #2E5207;
}
</style>
border-color css
<style>
span { border-color: #2E5207; }
span { border-color: rgb(46,82,7); }
td.TdClassName
{
border-color: #2E5207;
}
.TagClassName
{
border-color: #2E5207;
}
</style>