Shades of Turtle Green #2E361B
Tints of Turtle Green #2E361B
RGB
CMYK
RGB Variations
Color information
#2E361B (or 0x2E361B) is known color: Turtle Green. HEX triplet: 2E, 36 and 1B. RGB value is (46,54,27). Sum of RGB (Red+Green+Blue) = 46+54+27=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #2E361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E361B is #D1C9E4. Grayscale: #303030. Windows color (decimal): -13748709 or 1783342. OLE color: 1783342.
HSL color Cylindrical-coordinate representation of color #2E361B: hue angle of 77.78º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E361B is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 54 | 27 | - |
| CMYK | 0.15 | 0 | 0.5 | 0.79 |
| HSL | 77.78º | 0.33% | 0.16% | - |
| HSV(B) | 77.78º | 0.5% | 0.21% | - |
| XYZ | 2.64 | 3.3 | 1.53 | - |
| YUV | 48.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 27 | 0.15 | 0 | 0.5 | 0.79 | 77.78 | 0.33 | 0.16 |
| Hex | 2E | 36 | 1B | F | 0 | 32 | 4F | 4E | 21 | 10 |
| Octal | 56 | 66 | 33 | 17 | 0 | 62 | 117 | 116 | 41 | 20 |
| Binary | 101110 | 110110 | 11011 | 1111 | 0 | 110010 | 1001111 | 1001110 | 100001 | 10000 |
Color Harmonies of #2E361B
Complementary color
Monochromatic Colors of #2E361B
Black with #2E361B
Text Example
Text Example
White with #2E361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E361B; }
p { color: rgb(46,54,27); }
H1.HeaderClassName
{
color: #2E361B;
}
.AnyTagClassName
{
color: #2E361B;
}
</style>
background-color css
<style>
a { background-color: #2E361B; }
a { background-color: rgb(46,54,27); }
div.DivClassName
{
background-color: #2E361B;
}
.BgClassName
{
background-color: #2E361B;
}
</style>
border-color css
<style>
span { border-color: #2E361B; }
span { border-color: rgb(46,54,27); }
td.TdClassName
{
border-color: #2E361B;
}
.TagClassName
{
border-color: #2E361B;
}
</style>