Shades of Turtle Green #2E3618
Tints of Turtle Green #2E3618
RGB
CMYK
RGB Variations
Color information
#2E3618 (or 0x2E3618) is known color: Turtle Green. HEX triplet: 2E, 36 and 18. RGB value is (46,54,24). Sum of RGB (Red+Green+Blue) = 46+54+24=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #2E3618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3618 is #D1C9E7. Grayscale: #303030. Windows color (decimal): -13748712 or 1586734. OLE color: 1586734.
HSL color Cylindrical-coordinate representation of color #2E3618: hue angle of 76º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E3618 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 54 | 24 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.79 |
| HSL | 76º | 0.38% | 0.15% | - |
| HSV(B) | 76º | 0.56% | 0.21% | - |
| XYZ | 2.61 | 3.29 | 1.36 | - |
| YUV | 48.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 24 | 0.15 | 0 | 0.56 | 0.79 | 76 | 0.38 | 0.15 |
| Hex | 2E | 36 | 18 | F | 0 | 38 | 4F | 4C | 26 | F |
| Octal | 56 | 66 | 30 | 17 | 0 | 70 | 117 | 114 | 46 | 17 |
| Binary | 101110 | 110110 | 11000 | 1111 | 0 | 111000 | 1001111 | 1001100 | 100110 | 1111 |
Color Harmonies of #2E3618
Complementary color
Monochromatic Colors of #2E3618
Black with #2E3618
Text Example
Text Example
White with #2E3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3618; }
p { color: rgb(46,54,24); }
H1.HeaderClassName
{
color: #2E3618;
}
.AnyTagClassName
{
color: #2E3618;
}
</style>
background-color css
<style>
a { background-color: #2E3618; }
a { background-color: rgb(46,54,24); }
div.DivClassName
{
background-color: #2E3618;
}
.BgClassName
{
background-color: #2E3618;
}
</style>
border-color css
<style>
span { border-color: #2E3618; }
span { border-color: rgb(46,54,24); }
td.TdClassName
{
border-color: #2E3618;
}
.TagClassName
{
border-color: #2E3618;
}
</style>