Shades of Turtle Green #2E361A
Tints of Turtle Green #2E361A
RGB
CMYK
RGB Variations
Color information
#2E361A (or 0x2E361A) is known color: Turtle Green. HEX triplet: 2E, 36 and 1A. RGB value is (46,54,26). Sum of RGB (Red+Green+Blue) = 46+54+26=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 54 - color contains mainly: green. Hex color #2E361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E361A is #D1C9E5. Grayscale: #303030. Windows color (decimal): -13748710 or 1717806. OLE color: 1717806.
HSL color Cylindrical-coordinate representation of color #2E361A: hue angle of 77.14º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E361A is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 54 | 26 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.79 |
| HSL | 77.14º | 0.35% | 0.16% | - |
| HSV(B) | 77.14º | 0.52% | 0.21% | - |
| XYZ | 2.63 | 3.29 | 1.47 | - |
| YUV | 48.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 26 | 0.15 | 0 | 0.52 | 0.79 | 77.14 | 0.35 | 0.16 |
| Hex | 2E | 36 | 1A | F | 0 | 34 | 4F | 4D | 23 | 10 |
| Octal | 56 | 66 | 32 | 17 | 0 | 64 | 117 | 115 | 43 | 20 |
| Binary | 101110 | 110110 | 11010 | 1111 | 0 | 110100 | 1001111 | 1001101 | 100011 | 10000 |
Color Harmonies of #2E361A
Complementary color
Monochromatic Colors of #2E361A
Black with #2E361A
Text Example
Text Example
White with #2E361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E361A; }
p { color: rgb(46,54,26); }
H1.HeaderClassName
{
color: #2E361A;
}
.AnyTagClassName
{
color: #2E361A;
}
</style>
background-color css
<style>
a { background-color: #2E361A; }
a { background-color: rgb(46,54,26); }
div.DivClassName
{
background-color: #2E361A;
}
.BgClassName
{
background-color: #2E361A;
}
</style>
border-color css
<style>
span { border-color: #2E361A; }
span { border-color: rgb(46,54,26); }
td.TdClassName
{
border-color: #2E361A;
}
.TagClassName
{
border-color: #2E361A;
}
</style>