Shades of Turtle Green #2E3E01
Tints of Turtle Green #2E3E01
RGB
CMYK
RGB Variations
Color information
#2E3E01 (or 0x2E3E01) is known color: Turtle Green. HEX triplet: 2E, 3E and 01. RGB value is (46,62,1). Sum of RGB (Red+Green+Blue) = 46+62+1=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 62 (24.61% from 255 or 56.88% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3E01 is #D1C1FE. Grayscale: #323232. Windows color (decimal): -13746687 or 81454. OLE color: 81454.
HSL color Cylindrical-coordinate representation of color #2E3E01: hue angle of 75.74º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E3E01 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 62 | 1 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.76 |
| HSL | 75.74º | 0.97% | 0.12% | - |
| HSV(B) | 75.74º | 0.98% | 0.24% | - |
| XYZ | 2.85 | 4.03 | 0.66 | - |
| YUV | 50.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 1 | 0.26 | 0 | 0.98 | 0.76 | 75.74 | 0.97 | 0.12 |
| Hex | 2E | 3E | 1 | 1A | 0 | 62 | 4C | 4C | 61 | C |
| Octal | 56 | 76 | 1 | 32 | 0 | 142 | 114 | 114 | 141 | 14 |
| Binary | 101110 | 111110 | 1 | 11010 | 0 | 1100010 | 1001100 | 1001100 | 1100001 | 1100 |
Color Harmonies of #2E3E01
Complementary color
Monochromatic Colors of #2E3E01
Black with #2E3E01
Text Example
Text Example
White with #2E3E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E01; }
p { color: rgb(46,62,1); }
H1.HeaderClassName
{
color: #2E3E01;
}
.AnyTagClassName
{
color: #2E3E01;
}
</style>
background-color css
<style>
a { background-color: #2E3E01; }
a { background-color: rgb(46,62,1); }
div.DivClassName
{
background-color: #2E3E01;
}
.BgClassName
{
background-color: #2E3E01;
}
</style>
border-color css
<style>
span { border-color: #2E3E01; }
span { border-color: rgb(46,62,1); }
td.TdClassName
{
border-color: #2E3E01;
}
.TagClassName
{
border-color: #2E3E01;
}
</style>