Shades of Turtle Green #2C3404
Tints of Turtle Green #2C3404
RGB
CMYK
RGB Variations
Color information
#2C3404 (or 0x2C3404) is known color: Turtle Green. HEX triplet: 2C, 34 and 04. RGB value is (44,52,4). Sum of RGB (Red+Green+Blue) = 44+52+4=100 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3404 is #D3CBFB. Grayscale: #2C2C2C. Windows color (decimal): -13880316 or 275500. OLE color: 275500.
HSL color Cylindrical-coordinate representation of color #2C3404: hue angle of 70º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C3404 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 4 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.80 |
| HSL | 70º | 0.86% | 0.11% | - |
| HSV(B) | 70º | 0.92% | 0.2% | - |
| XYZ | 2.29 | 3 | 0.57 | - |
| YUV | 44.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 4 | 0.15 | 0 | 0.92 | 0.80 | 70 | 0.86 | 0.11 |
| Hex | 2C | 34 | 4 | F | 0 | 5C | 50 | 46 | 56 | B |
| Octal | 54 | 64 | 4 | 17 | 0 | 134 | 120 | 106 | 126 | 13 |
| Binary | 101100 | 110100 | 100 | 1111 | 0 | 1011100 | 1010000 | 1000110 | 1010110 | 1011 |
Color Harmonies of #2C3404
Complementary color
Monochromatic Colors of #2C3404
Black with #2C3404
Text Example
Text Example
White with #2C3404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3404; }
p { color: rgb(44,52,4); }
H1.HeaderClassName
{
color: #2C3404;
}
.AnyTagClassName
{
color: #2C3404;
}
</style>
background-color css
<style>
a { background-color: #2C3404; }
a { background-color: rgb(44,52,4); }
div.DivClassName
{
background-color: #2C3404;
}
.BgClassName
{
background-color: #2C3404;
}
</style>
border-color css
<style>
span { border-color: #2C3404; }
span { border-color: rgb(44,52,4); }
td.TdClassName
{
border-color: #2C3404;
}
.TagClassName
{
border-color: #2C3404;
}
</style>