Shades of Turtle Green #2E3503
Tints of Turtle Green #2E3503
RGB
CMYK
RGB Variations
Color information
#2E3503 (or 0x2E3503) is known color: Turtle Green. HEX triplet: 2E, 35 and 03. RGB value is (46,53,3). Sum of RGB (Red+Green+Blue) = 46+53+3=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #2E3503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3503 is #D1CAFC. Grayscale: #2D2D2D. Windows color (decimal): -13748989 or 210222. OLE color: 210222.
HSL color Cylindrical-coordinate representation of color #2E3503: hue angle of 68.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E3503 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 53 | 3 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.79 |
| HSL | 68.4º | 0.89% | 0.11% | - |
| HSV(B) | 68.4º | 0.94% | 0.21% | - |
| XYZ | 2.42 | 3.13 | 0.56 | - |
| YUV | 45.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 3 | 0.13 | 0 | 0.94 | 0.79 | 68.4 | 0.89 | 0.11 |
| Hex | 2E | 35 | 3 | D | 0 | 5E | 4F | 44 | 59 | B |
| Octal | 56 | 65 | 3 | 15 | 0 | 136 | 117 | 104 | 131 | 13 |
| Binary | 101110 | 110101 | 11 | 1101 | 0 | 1011110 | 1001111 | 1000100 | 1011001 | 1011 |
Color Harmonies of #2E3503
Complementary color
Monochromatic Colors of #2E3503
Black with #2E3503
Text Example
Text Example
White with #2E3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3503; }
p { color: rgb(46,53,3); }
H1.HeaderClassName
{
color: #2E3503;
}
.AnyTagClassName
{
color: #2E3503;
}
</style>
background-color css
<style>
a { background-color: #2E3503; }
a { background-color: rgb(46,53,3); }
div.DivClassName
{
background-color: #2E3503;
}
.BgClassName
{
background-color: #2E3503;
}
</style>
border-color css
<style>
span { border-color: #2E3503; }
span { border-color: rgb(46,53,3); }
td.TdClassName
{
border-color: #2E3503;
}
.TagClassName
{
border-color: #2E3503;
}
</style>