Shades of Turtle Green #2C440B
Tints of Turtle Green #2C440B
RGB
CMYK
RGB Variations
Color information
#2C440B (or 0x2C440B) is known color: Turtle Green. HEX triplet: 2C, 44 and 0B. RGB value is (44,68,11). Sum of RGB (Red+Green+Blue) = 44+68+11=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #2C440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C440B is #D3BBF4. Grayscale: #363636. Windows color (decimal): -13876213 or 738348. OLE color: 738348.
HSL color Cylindrical-coordinate representation of color #2C440B: hue angle of 85.26º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C440B is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 68 | 11 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.73 |
| HSL | 85.26º | 0.72% | 0.15% | - |
| HSV(B) | 85.26º | 0.84% | 0.27% | - |
| XYZ | 3.17 | 4.69 | 1.06 | - |
| YUV | 54.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 68 | 11 | 0.35 | 0 | 0.84 | 0.73 | 85.26 | 0.72 | 0.15 |
| Hex | 2C | 44 | B | 23 | 0 | 54 | 49 | 55 | 48 | F |
| Octal | 54 | 104 | 13 | 43 | 0 | 124 | 111 | 125 | 110 | 17 |
| Binary | 101100 | 1000100 | 1011 | 100011 | 0 | 1010100 | 1001001 | 1010101 | 1001000 | 1111 |
Color Harmonies of #2C440B
Complementary color
Monochromatic Colors of #2C440B
Black with #2C440B
Text Example
Text Example
White with #2C440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C440B; }
p { color: rgb(44,68,11); }
H1.HeaderClassName
{
color: #2C440B;
}
.AnyTagClassName
{
color: #2C440B;
}
</style>
background-color css
<style>
a { background-color: #2C440B; }
a { background-color: rgb(44,68,11); }
div.DivClassName
{
background-color: #2C440B;
}
.BgClassName
{
background-color: #2C440B;
}
</style>
border-color css
<style>
span { border-color: #2C440B; }
span { border-color: rgb(44,68,11); }
td.TdClassName
{
border-color: #2C440B;
}
.TagClassName
{
border-color: #2C440B;
}
</style>