Shades of Turtle Green #2E530A
Tints of Turtle Green #2E530A
RGB
CMYK
RGB Variations
Color information
#2E530A (or 0x2E530A) is known color: Turtle Green. HEX triplet: 2E, 53 and 0A. RGB value is (46,83,10). Sum of RGB (Red+Green+Blue) = 46+83+10=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #2E530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E530A is #D1ACF5. Grayscale: #3F3F3F. Windows color (decimal): -13741302 or 676654. OLE color: 676654.
HSL color Cylindrical-coordinate representation of color #2E530A: hue angle of 90.41º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E530A is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 10 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.67 |
| HSL | 90.41º | 0.78% | 0.18% | - |
| HSV(B) | 90.41º | 0.88% | 0.33% | - |
| XYZ | 4.27 | 6.79 | 1.37 | - |
| YUV | 63.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 10 | 0.45 | 0 | 0.88 | 0.67 | 90.41 | 0.78 | 0.18 |
| Hex | 2E | 53 | A | 2D | 0 | 58 | 43 | 5A | 4E | 12 |
| Octal | 56 | 123 | 12 | 55 | 0 | 130 | 103 | 132 | 116 | 22 |
| Binary | 101110 | 1010011 | 1010 | 101101 | 0 | 1011000 | 1000011 | 1011010 | 1001110 | 10010 |
Color Harmonies of #2E530A
Complementary color
Monochromatic Colors of #2E530A
Black with #2E530A
Text Example
Text Example
White with #2E530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E530A; }
p { color: rgb(46,83,10); }
H1.HeaderClassName
{
color: #2E530A;
}
.AnyTagClassName
{
color: #2E530A;
}
</style>
background-color css
<style>
a { background-color: #2E530A; }
a { background-color: rgb(46,83,10); }
div.DivClassName
{
background-color: #2E530A;
}
.BgClassName
{
background-color: #2E530A;
}
</style>
border-color css
<style>
span { border-color: #2E530A; }
span { border-color: rgb(46,83,10); }
td.TdClassName
{
border-color: #2E530A;
}
.TagClassName
{
border-color: #2E530A;
}
</style>