Shades of Turtle Green #2C4C0D
Tints of Turtle Green #2C4C0D
RGB
CMYK
RGB Variations
Color information
#2C4C0D (or 0x2C4C0D) is known color: Turtle Green. HEX triplet: 2C, 4C and 0D. RGB value is (44,76,13). Sum of RGB (Red+Green+Blue) = 44+76+13=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4C0D is #D3B3F2. Grayscale: #3B3B3B. Windows color (decimal): -13874163 or 871468. OLE color: 871468.
HSL color Cylindrical-coordinate representation of color #2C4C0D: hue angle of 90.48º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C4C0D is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 76 | 13 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.70 |
| HSL | 90.48º | 0.71% | 0.17% | - |
| HSV(B) | 90.48º | 0.83% | 0.3% | - |
| XYZ | 3.7 | 5.73 | 1.29 | - |
| YUV | 59.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 76 | 13 | 0.42 | 0 | 0.83 | 0.70 | 90.48 | 0.71 | 0.17 |
| Hex | 2C | 4C | D | 2A | 0 | 53 | 46 | 5A | 47 | 11 |
| Octal | 54 | 114 | 15 | 52 | 0 | 123 | 106 | 132 | 107 | 21 |
| Binary | 101100 | 1001100 | 1101 | 101010 | 0 | 1010011 | 1000110 | 1011010 | 1000111 | 10001 |
Color Harmonies of #2C4C0D
Complementary color
Monochromatic Colors of #2C4C0D
Black with #2C4C0D
Text Example
Text Example
White with #2C4C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4C0D; }
p { color: rgb(44,76,13); }
H1.HeaderClassName
{
color: #2C4C0D;
}
.AnyTagClassName
{
color: #2C4C0D;
}
</style>
background-color css
<style>
a { background-color: #2C4C0D; }
a { background-color: rgb(44,76,13); }
div.DivClassName
{
background-color: #2C4C0D;
}
.BgClassName
{
background-color: #2C4C0D;
}
</style>
border-color css
<style>
span { border-color: #2C4C0D; }
span { border-color: rgb(44,76,13); }
td.TdClassName
{
border-color: #2C4C0D;
}
.TagClassName
{
border-color: #2C4C0D;
}
</style>