Shades of Turtle Green #2C520B
Tints of Turtle Green #2C520B
RGB
CMYK
RGB Variations
Color information
#2C520B (or 0x2C520B) is known color: Turtle Green. HEX triplet: 2C, 52 and 0B. RGB value is (44,82,11). Sum of RGB (Red+Green+Blue) = 44+82+11=137 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.12% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #2C520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C520B is #D3ADF4. Grayscale: #3E3E3E. Windows color (decimal): -13872629 or 741932. OLE color: 741932.
HSL color Cylindrical-coordinate representation of color #2C520B: hue angle of 92.11º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C520B is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 82 | 11 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.68 |
| HSL | 92.11º | 0.76% | 0.18% | - |
| HSV(B) | 92.11º | 0.87% | 0.32% | - |
| XYZ | 4.12 | 6.59 | 1.37 | - |
| YUV | 62.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 11 | 0.46 | 0 | 0.87 | 0.68 | 92.11 | 0.76 | 0.18 |
| Hex | 2C | 52 | B | 2E | 0 | 57 | 44 | 5C | 4C | 12 |
| Octal | 54 | 122 | 13 | 56 | 0 | 127 | 104 | 134 | 114 | 22 |
| Binary | 101100 | 1010010 | 1011 | 101110 | 0 | 1010111 | 1000100 | 1011100 | 1001100 | 10010 |
Color Harmonies of #2C520B
Complementary color
Monochromatic Colors of #2C520B
Black with #2C520B
Text Example
Text Example
White with #2C520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C520B; }
p { color: rgb(44,82,11); }
H1.HeaderClassName
{
color: #2C520B;
}
.AnyTagClassName
{
color: #2C520B;
}
</style>
background-color css
<style>
a { background-color: #2C520B; }
a { background-color: rgb(44,82,11); }
div.DivClassName
{
background-color: #2C520B;
}
.BgClassName
{
background-color: #2C520B;
}
</style>
border-color css
<style>
span { border-color: #2C520B; }
span { border-color: rgb(44,82,11); }
td.TdClassName
{
border-color: #2C520B;
}
.TagClassName
{
border-color: #2C520B;
}
</style>