Shades of Turtle Green #2E3F01
Tints of Turtle Green #2E3F01
RGB
CMYK
RGB Variations
Color information
#2E3F01 (or 0x2E3F01) is known color: Turtle Green. HEX triplet: 2E, 3F and 01. RGB value is (46,63,1). Sum of RGB (Red+Green+Blue) = 46+63+1=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3F01 is #D1C0FE. Grayscale: #333333. Windows color (decimal): -13746431 or 81710. OLE color: 81710.
HSL color Cylindrical-coordinate representation of color #2E3F01: hue angle of 76.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E3F01 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 1 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.75 |
| HSL | 76.45º | 0.97% | 0.13% | - |
| HSV(B) | 76.45º | 0.98% | 0.25% | - |
| XYZ | 2.91 | 4.14 | 0.67 | - |
| YUV | 50.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 1 | 0.27 | 0 | 0.98 | 0.75 | 76.45 | 0.97 | 0.13 |
| Hex | 2E | 3F | 1 | 1B | 0 | 62 | 4B | 4C | 61 | D |
| Octal | 56 | 77 | 1 | 33 | 0 | 142 | 113 | 114 | 141 | 15 |
| Binary | 101110 | 111111 | 1 | 11011 | 0 | 1100010 | 1001011 | 1001100 | 1100001 | 1101 |
Color Harmonies of #2E3F01
Complementary color
Monochromatic Colors of #2E3F01
Black with #2E3F01
Text Example
Text Example
White with #2E3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F01; }
p { color: rgb(46,63,1); }
H1.HeaderClassName
{
color: #2E3F01;
}
.AnyTagClassName
{
color: #2E3F01;
}
</style>
background-color css
<style>
a { background-color: #2E3F01; }
a { background-color: rgb(46,63,1); }
div.DivClassName
{
background-color: #2E3F01;
}
.BgClassName
{
background-color: #2E3F01;
}
</style>
border-color css
<style>
span { border-color: #2E3F01; }
span { border-color: rgb(46,63,1); }
td.TdClassName
{
border-color: #2E3F01;
}
.TagClassName
{
border-color: #2E3F01;
}
</style>