Shades of Turtle Green #2E3A05
Tints of Turtle Green #2E3A05
RGB
CMYK
RGB Variations
Color information
#2E3A05 (or 0x2E3A05) is known color: Turtle Green. HEX triplet: 2E, 3A and 05. RGB value is (46,58,5). Sum of RGB (Red+Green+Blue) = 46+58+5=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #2E3A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3A05 is #D1C5FA. Grayscale: #303030. Windows color (decimal): -13747707 or 342574. OLE color: 342574.
HSL color Cylindrical-coordinate representation of color #2E3A05: hue angle of 73.58º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E3A05 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 58 | 5 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.77 |
| HSL | 73.58º | 0.84% | 0.12% | - |
| HSV(B) | 73.58º | 0.91% | 0.23% | - |
| XYZ | 2.67 | 3.62 | 0.7 | - |
| YUV | 48.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 5 | 0.21 | 0 | 0.91 | 0.77 | 73.58 | 0.84 | 0.12 |
| Hex | 2E | 3A | 5 | 15 | 0 | 5B | 4D | 4A | 54 | C |
| Octal | 56 | 72 | 5 | 25 | 0 | 133 | 115 | 112 | 124 | 14 |
| Binary | 101110 | 111010 | 101 | 10101 | 0 | 1011011 | 1001101 | 1001010 | 1010100 | 1100 |
Color Harmonies of #2E3A05
Complementary color
Monochromatic Colors of #2E3A05
Black with #2E3A05
Text Example
Text Example
White with #2E3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A05; }
p { color: rgb(46,58,5); }
H1.HeaderClassName
{
color: #2E3A05;
}
.AnyTagClassName
{
color: #2E3A05;
}
</style>
background-color css
<style>
a { background-color: #2E3A05; }
a { background-color: rgb(46,58,5); }
div.DivClassName
{
background-color: #2E3A05;
}
.BgClassName
{
background-color: #2E3A05;
}
</style>
border-color css
<style>
span { border-color: #2E3A05; }
span { border-color: rgb(46,58,5); }
td.TdClassName
{
border-color: #2E3A05;
}
.TagClassName
{
border-color: #2E3A05;
}
</style>