Shades of Turtle Green #2E3F02
Tints of Turtle Green #2E3F02
RGB
CMYK
RGB Variations
Color information
#2E3F02 (or 0x2E3F02) is known color: Turtle Green. HEX triplet: 2E, 3F and 02. RGB value is (46,63,2). Sum of RGB (Red+Green+Blue) = 46+63+2=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 63 (25% from 255 or 56.76% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3F02 is #D1C0FD. Grayscale: #333333. Windows color (decimal): -13746430 or 147246. OLE color: 147246.
HSL color Cylindrical-coordinate representation of color #2E3F02: hue angle of 76.72º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E3F02 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 2 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.75 |
| HSL | 76.72º | 0.94% | 0.13% | - |
| HSV(B) | 76.72º | 0.97% | 0.25% | - |
| XYZ | 2.92 | 4.14 | 0.7 | - |
| YUV | 50.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 2 | 0.27 | 0 | 0.97 | 0.75 | 76.72 | 0.94 | 0.13 |
| Hex | 2E | 3F | 2 | 1B | 0 | 61 | 4B | 4D | 5E | D |
| Octal | 56 | 77 | 2 | 33 | 0 | 141 | 113 | 115 | 136 | 15 |
| Binary | 101110 | 111111 | 10 | 11011 | 0 | 1100001 | 1001011 | 1001101 | 1011110 | 1101 |
Color Harmonies of #2E3F02
Complementary color
Monochromatic Colors of #2E3F02
Black with #2E3F02
Text Example
Text Example
White with #2E3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F02; }
p { color: rgb(46,63,2); }
H1.HeaderClassName
{
color: #2E3F02;
}
.AnyTagClassName
{
color: #2E3F02;
}
</style>
background-color css
<style>
a { background-color: #2E3F02; }
a { background-color: rgb(46,63,2); }
div.DivClassName
{
background-color: #2E3F02;
}
.BgClassName
{
background-color: #2E3F02;
}
</style>
border-color css
<style>
span { border-color: #2E3F02; }
span { border-color: rgb(46,63,2); }
td.TdClassName
{
border-color: #2E3F02;
}
.TagClassName
{
border-color: #2E3F02;
}
</style>