Shades of Turtle Green #2C4B0A
Tints of Turtle Green #2C4B0A
RGB
CMYK
RGB Variations
Color information
#2C4B0A (or 0x2C4B0A) is known color: Turtle Green. HEX triplet: 2C, 4B and 0A. RGB value is (44,75,10). Sum of RGB (Red+Green+Blue) = 44+75+10=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4B0A is #D3B4F5. Grayscale: #3A3A3A. Windows color (decimal): -13874422 or 674604. OLE color: 674604.
HSL color Cylindrical-coordinate representation of color #2C4B0A: hue angle of 88.62º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C4B0A is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 75 | 10 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.71 |
| HSL | 88.62º | 0.76% | 0.17% | - |
| HSV(B) | 88.62º | 0.87% | 0.29% | - |
| XYZ | 3.61 | 5.59 | 1.18 | - |
| YUV | 58.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 10 | 0.41 | 0 | 0.87 | 0.71 | 88.62 | 0.76 | 0.17 |
| Hex | 2C | 4B | A | 29 | 0 | 57 | 47 | 59 | 4C | 11 |
| Octal | 54 | 113 | 12 | 51 | 0 | 127 | 107 | 131 | 114 | 21 |
| Binary | 101100 | 1001011 | 1010 | 101001 | 0 | 1010111 | 1000111 | 1011001 | 1001100 | 10001 |
Color Harmonies of #2C4B0A
Complementary color
Monochromatic Colors of #2C4B0A
Black with #2C4B0A
Text Example
Text Example
White with #2C4B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4B0A; }
p { color: rgb(44,75,10); }
H1.HeaderClassName
{
color: #2C4B0A;
}
.AnyTagClassName
{
color: #2C4B0A;
}
</style>
background-color css
<style>
a { background-color: #2C4B0A; }
a { background-color: rgb(44,75,10); }
div.DivClassName
{
background-color: #2C4B0A;
}
.BgClassName
{
background-color: #2C4B0A;
}
</style>
border-color css
<style>
span { border-color: #2C4B0A; }
span { border-color: rgb(44,75,10); }
td.TdClassName
{
border-color: #2C4B0A;
}
.TagClassName
{
border-color: #2C4B0A;
}
</style>