Shades of Turtle Green #2E3D03
Tints of Turtle Green #2E3D03
RGB
CMYK
RGB Variations
Color information
#2E3D03 (or 0x2E3D03) is known color: Turtle Green. HEX triplet: 2E, 3D and 03. RGB value is (46,61,3). Sum of RGB (Red+Green+Blue) = 46+61+3=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 61 (24.22% from 255 or 55.45% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3D03 is #D1C2FC. Grayscale: #323232. Windows color (decimal): -13746941 or 212270. OLE color: 212270.
HSL color Cylindrical-coordinate representation of color #2E3D03: hue angle of 75.52º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E3D03 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 61 | 3 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.76 |
| HSL | 75.52º | 0.91% | 0.13% | - |
| HSV(B) | 75.52º | 0.95% | 0.24% | - |
| XYZ | 2.81 | 3.92 | 0.7 | - |
| YUV | 49.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 3 | 0.25 | 0 | 0.95 | 0.76 | 75.52 | 0.91 | 0.13 |
| Hex | 2E | 3D | 3 | 19 | 0 | 5F | 4C | 4C | 5B | D |
| Octal | 56 | 75 | 3 | 31 | 0 | 137 | 114 | 114 | 133 | 15 |
| Binary | 101110 | 111101 | 11 | 11001 | 0 | 1011111 | 1001100 | 1001100 | 1011011 | 1101 |
Color Harmonies of #2E3D03
Complementary color
Monochromatic Colors of #2E3D03
Black with #2E3D03
Text Example
Text Example
White with #2E3D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D03; }
p { color: rgb(46,61,3); }
H1.HeaderClassName
{
color: #2E3D03;
}
.AnyTagClassName
{
color: #2E3D03;
}
</style>
background-color css
<style>
a { background-color: #2E3D03; }
a { background-color: rgb(46,61,3); }
div.DivClassName
{
background-color: #2E3D03;
}
.BgClassName
{
background-color: #2E3D03;
}
</style>
border-color css
<style>
span { border-color: #2E3D03; }
span { border-color: rgb(46,61,3); }
td.TdClassName
{
border-color: #2E3D03;
}
.TagClassName
{
border-color: #2E3D03;
}
</style>