Shades of Turtle Green #2C3E04
Tints of Turtle Green #2C3E04
RGB
CMYK
RGB Variations
Color information
#2C3E04 (or 0x2C3E04) is known color: Turtle Green. HEX triplet: 2C, 3E and 04. RGB value is (44,62,4). Sum of RGB (Red+Green+Blue) = 44+62+4=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #2C3E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3E04 is #D3C1FB. Grayscale: #323232. Windows color (decimal): -13877756 or 278060. OLE color: 278060.
HSL color Cylindrical-coordinate representation of color #2C3E04: hue angle of 78.62º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C3E04 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 62 | 4 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.76 |
| HSL | 78.62º | 0.88% | 0.13% | - |
| HSV(B) | 78.62º | 0.94% | 0.24% | - |
| XYZ | 2.78 | 3.99 | 0.74 | - |
| YUV | 50.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 62 | 4 | 0.29 | 0 | 0.94 | 0.76 | 78.62 | 0.88 | 0.13 |
| Hex | 2C | 3E | 4 | 1D | 0 | 5E | 4C | 4F | 58 | D |
| Octal | 54 | 76 | 4 | 35 | 0 | 136 | 114 | 117 | 130 | 15 |
| Binary | 101100 | 111110 | 100 | 11101 | 0 | 1011110 | 1001100 | 1001111 | 1011000 | 1101 |
Color Harmonies of #2C3E04
Complementary color
Monochromatic Colors of #2C3E04
Black with #2C3E04
Text Example
Text Example
White with #2C3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3E04; }
p { color: rgb(44,62,4); }
H1.HeaderClassName
{
color: #2C3E04;
}
.AnyTagClassName
{
color: #2C3E04;
}
</style>
background-color css
<style>
a { background-color: #2C3E04; }
a { background-color: rgb(44,62,4); }
div.DivClassName
{
background-color: #2C3E04;
}
.BgClassName
{
background-color: #2C3E04;
}
</style>
border-color css
<style>
span { border-color: #2C3E04; }
span { border-color: rgb(44,62,4); }
td.TdClassName
{
border-color: #2C3E04;
}
.TagClassName
{
border-color: #2C3E04;
}
</style>