Shades of Turtle Green #2E3C03
Tints of Turtle Green #2E3C03
RGB
CMYK
RGB Variations
Color information
#2E3C03 (or 0x2E3C03) is known color: Turtle Green. HEX triplet: 2E, 3C and 03. RGB value is (46,60,3). Sum of RGB (Red+Green+Blue) = 46+60+3=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3C03 is #D1C3FC. Grayscale: #313131. Windows color (decimal): -13747197 or 212014. OLE color: 212014.
HSL color Cylindrical-coordinate representation of color #2E3C03: hue angle of 74.74º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E3C03 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 60 | 3 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.76 |
| HSL | 74.74º | 0.9% | 0.12% | - |
| HSV(B) | 74.74º | 0.95% | 0.24% | - |
| XYZ | 2.76 | 3.82 | 0.68 | - |
| YUV | 49.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 3 | 0.23 | 0 | 0.95 | 0.76 | 74.74 | 0.9 | 0.12 |
| Hex | 2E | 3C | 3 | 17 | 0 | 5F | 4C | 4B | 5A | C |
| Octal | 56 | 74 | 3 | 27 | 0 | 137 | 114 | 113 | 132 | 14 |
| Binary | 101110 | 111100 | 11 | 10111 | 0 | 1011111 | 1001100 | 1001011 | 1011010 | 1100 |
Color Harmonies of #2E3C03
Complementary color
Monochromatic Colors of #2E3C03
Black with #2E3C03
Text Example
Text Example
White with #2E3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C03; }
p { color: rgb(46,60,3); }
H1.HeaderClassName
{
color: #2E3C03;
}
.AnyTagClassName
{
color: #2E3C03;
}
</style>
background-color css
<style>
a { background-color: #2E3C03; }
a { background-color: rgb(46,60,3); }
div.DivClassName
{
background-color: #2E3C03;
}
.BgClassName
{
background-color: #2E3C03;
}
</style>
border-color css
<style>
span { border-color: #2E3C03; }
span { border-color: rgb(46,60,3); }
td.TdClassName
{
border-color: #2E3C03;
}
.TagClassName
{
border-color: #2E3C03;
}
</style>