Shades of Turtle Green #2E380B
Tints of Turtle Green #2E380B
RGB
CMYK
RGB Variations
Color information
#2E380B (or 0x2E380B) is known color: Turtle Green. HEX triplet: 2E, 38 and 0B. RGB value is (46,56,11). Sum of RGB (Red+Green+Blue) = 46+56+11=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #2E380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E380B is #D1C7F4. Grayscale: #303030. Windows color (decimal): -13748213 or 735278. OLE color: 735278.
HSL color Cylindrical-coordinate representation of color #2E380B: hue angle of 73.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E380B is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 56 | 11 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.78 |
| HSL | 73.33º | 0.67% | 0.13% | - |
| HSV(B) | 73.33º | 0.8% | 0.22% | - |
| XYZ | 2.6 | 3.43 | 0.84 | - |
| YUV | 47.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 11 | 0.18 | 0 | 0.80 | 0.78 | 73.33 | 0.67 | 0.13 |
| Hex | 2E | 38 | B | 12 | 0 | 50 | 4E | 49 | 43 | D |
| Octal | 56 | 70 | 13 | 22 | 0 | 120 | 116 | 111 | 103 | 15 |
| Binary | 101110 | 111000 | 1011 | 10010 | 0 | 1010000 | 1001110 | 1001001 | 1000011 | 1101 |
Color Harmonies of #2E380B
Complementary color
Monochromatic Colors of #2E380B
Black with #2E380B
Text Example
Text Example
White with #2E380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E380B; }
p { color: rgb(46,56,11); }
H1.HeaderClassName
{
color: #2E380B;
}
.AnyTagClassName
{
color: #2E380B;
}
</style>
background-color css
<style>
a { background-color: #2E380B; }
a { background-color: rgb(46,56,11); }
div.DivClassName
{
background-color: #2E380B;
}
.BgClassName
{
background-color: #2E380B;
}
</style>
border-color css
<style>
span { border-color: #2E380B; }
span { border-color: rgb(46,56,11); }
td.TdClassName
{
border-color: #2E380B;
}
.TagClassName
{
border-color: #2E380B;
}
</style>