Shades of Turtle Green #2C420E
Tints of Turtle Green #2C420E
RGB
CMYK
RGB Variations
Color information
#2C420E (or 0x2C420E) is known color: Turtle Green. HEX triplet: 2C, 42 and 0E. RGB value is (44,66,14). Sum of RGB (Red+Green+Blue) = 44+66+14=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #2C420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C420E is #D3BDF1. Grayscale: #353535. Windows color (decimal): -13876722 or 934444. OLE color: 934444.
HSL color Cylindrical-coordinate representation of color #2C420E: hue angle of 85.38º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C420E is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 66 | 14 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.74 |
| HSL | 85.38º | 0.65% | 0.16% | - |
| HSV(B) | 85.38º | 0.79% | 0.26% | - |
| XYZ | 3.07 | 4.46 | 1.12 | - |
| YUV | 53.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 14 | 0.33 | 0 | 0.79 | 0.74 | 85.38 | 0.65 | 0.16 |
| Hex | 2C | 42 | E | 21 | 0 | 4F | 4A | 55 | 41 | 10 |
| Octal | 54 | 102 | 16 | 41 | 0 | 117 | 112 | 125 | 101 | 20 |
| Binary | 101100 | 1000010 | 1110 | 100001 | 0 | 1001111 | 1001010 | 1010101 | 1000001 | 10000 |
Color Harmonies of #2C420E
Complementary color
Monochromatic Colors of #2C420E
Black with #2C420E
Text Example
Text Example
White with #2C420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C420E; }
p { color: rgb(44,66,14); }
H1.HeaderClassName
{
color: #2C420E;
}
.AnyTagClassName
{
color: #2C420E;
}
</style>
background-color css
<style>
a { background-color: #2C420E; }
a { background-color: rgb(44,66,14); }
div.DivClassName
{
background-color: #2C420E;
}
.BgClassName
{
background-color: #2C420E;
}
</style>
border-color css
<style>
span { border-color: #2C420E; }
span { border-color: rgb(44,66,14); }
td.TdClassName
{
border-color: #2C420E;
}
.TagClassName
{
border-color: #2C420E;
}
</style>