Shades of Turtle Green #2C320B
Tints of Turtle Green #2C320B
RGB
CMYK
RGB Variations
Color information
#2C320B (or 0x2C320B) is known color: Turtle Green. HEX triplet: 2C, 32 and 0B. RGB value is (44,50,11). Sum of RGB (Red+Green+Blue) = 44+50+11=105 (13% of max value = 765). Red value is 44 (17.58% from 255 or 41.90% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #2C320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C320B is #D3CDF4. Grayscale: #2B2B2B. Windows color (decimal): -13880821 or 733740. OLE color: 733740.
HSL color Cylindrical-coordinate representation of color #2C320B: hue angle of 69.23º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C320B is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 50 | 11 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.80 |
| HSL | 69.23º | 0.64% | 0.12% | - |
| HSV(B) | 69.23º | 0.78% | 0.2% | - |
| XYZ | 2.24 | 2.84 | 0.75 | - |
| YUV | 43.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 11 | 0.12 | 0 | 0.78 | 0.80 | 69.23 | 0.64 | 0.12 |
| Hex | 2C | 32 | B | C | 0 | 4E | 50 | 45 | 40 | C |
| Octal | 54 | 62 | 13 | 14 | 0 | 116 | 120 | 105 | 100 | 14 |
| Binary | 101100 | 110010 | 1011 | 1100 | 0 | 1001110 | 1010000 | 1000101 | 1000000 | 1100 |
Color Harmonies of #2C320B
Complementary color
Monochromatic Colors of #2C320B
Black with #2C320B
Text Example
Text Example
White with #2C320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C320B; }
p { color: rgb(44,50,11); }
H1.HeaderClassName
{
color: #2C320B;
}
.AnyTagClassName
{
color: #2C320B;
}
</style>
background-color css
<style>
a { background-color: #2C320B; }
a { background-color: rgb(44,50,11); }
div.DivClassName
{
background-color: #2C320B;
}
.BgClassName
{
background-color: #2C320B;
}
</style>
border-color css
<style>
span { border-color: #2C320B; }
span { border-color: rgb(44,50,11); }
td.TdClassName
{
border-color: #2C320B;
}
.TagClassName
{
border-color: #2C320B;
}
</style>