Shades of Turtle Green #2E530B
Tints of Turtle Green #2E530B
RGB
CMYK
RGB Variations
Color information
#2E530B (or 0x2E530B) is known color: Turtle Green. HEX triplet: 2E, 53 and 0B. RGB value is (46,83,11). Sum of RGB (Red+Green+Blue) = 46+83+11=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #2E530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E530B is #D1ACF4. Grayscale: #3F3F3F. Windows color (decimal): -13741301 or 742190. OLE color: 742190.
HSL color Cylindrical-coordinate representation of color #2E530B: hue angle of 90.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E530B is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 11 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.67 |
| HSL | 90.83º | 0.77% | 0.18% | - |
| HSV(B) | 90.83º | 0.87% | 0.33% | - |
| XYZ | 4.28 | 6.79 | 1.4 | - |
| YUV | 63.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 11 | 0.45 | 0 | 0.87 | 0.67 | 90.83 | 0.77 | 0.18 |
| Hex | 2E | 53 | B | 2D | 0 | 57 | 43 | 5B | 4D | 12 |
| Octal | 56 | 123 | 13 | 55 | 0 | 127 | 103 | 133 | 115 | 22 |
| Binary | 101110 | 1010011 | 1011 | 101101 | 0 | 1010111 | 1000011 | 1011011 | 1001101 | 10010 |
Color Harmonies of #2E530B
Complementary color
Monochromatic Colors of #2E530B
Black with #2E530B
Text Example
Text Example
White with #2E530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E530B; }
p { color: rgb(46,83,11); }
H1.HeaderClassName
{
color: #2E530B;
}
.AnyTagClassName
{
color: #2E530B;
}
</style>
background-color css
<style>
a { background-color: #2E530B; }
a { background-color: rgb(46,83,11); }
div.DivClassName
{
background-color: #2E530B;
}
.BgClassName
{
background-color: #2E530B;
}
</style>
border-color css
<style>
span { border-color: #2E530B; }
span { border-color: rgb(46,83,11); }
td.TdClassName
{
border-color: #2E530B;
}
.TagClassName
{
border-color: #2E530B;
}
</style>