Shades of Turtle Green #2C490B
Tints of Turtle Green #2C490B
RGB
CMYK
RGB Variations
Color information
#2C490B (or 0x2C490B) is known color: Turtle Green. HEX triplet: 2C, 49 and 0B. RGB value is (44,73,11). Sum of RGB (Red+Green+Blue) = 44+73+11=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #2C490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C490B is #D3B6F4. Grayscale: #393939. Windows color (decimal): -13874933 or 739628. OLE color: 739628.
HSL color Cylindrical-coordinate representation of color #2C490B: hue angle of 88.06º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C490B is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 73 | 11 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.71 |
| HSL | 88.06º | 0.74% | 0.16% | - |
| HSV(B) | 88.06º | 0.85% | 0.29% | - |
| XYZ | 3.48 | 5.32 | 1.16 | - |
| YUV | 57.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 11 | 0.40 | 0 | 0.85 | 0.71 | 88.06 | 0.74 | 0.16 |
| Hex | 2C | 49 | B | 28 | 0 | 55 | 47 | 58 | 4A | 10 |
| Octal | 54 | 111 | 13 | 50 | 0 | 125 | 107 | 130 | 112 | 20 |
| Binary | 101100 | 1001001 | 1011 | 101000 | 0 | 1010101 | 1000111 | 1011000 | 1001010 | 10000 |
Color Harmonies of #2C490B
Complementary color
Monochromatic Colors of #2C490B
Black with #2C490B
Text Example
Text Example
White with #2C490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C490B; }
p { color: rgb(44,73,11); }
H1.HeaderClassName
{
color: #2C490B;
}
.AnyTagClassName
{
color: #2C490B;
}
</style>
background-color css
<style>
a { background-color: #2C490B; }
a { background-color: rgb(44,73,11); }
div.DivClassName
{
background-color: #2C490B;
}
.BgClassName
{
background-color: #2C490B;
}
</style>
border-color css
<style>
span { border-color: #2C490B; }
span { border-color: rgb(44,73,11); }
td.TdClassName
{
border-color: #2C490B;
}
.TagClassName
{
border-color: #2C490B;
}
</style>