Shades of Turtle Green #2C3F14
Tints of Turtle Green #2C3F14
RGB
CMYK
RGB Variations
Color information
#2C3F14 (or 0x2C3F14) is known color: Turtle Green. HEX triplet: 2C, 3F and 14. RGB value is (44,63,20). Sum of RGB (Red+Green+Blue) = 44+63+20=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #2C3F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3F14 is #D3C0EB. Grayscale: #343434. Windows color (decimal): -13877484 or 1326892. OLE color: 1326892.
HSL color Cylindrical-coordinate representation of color #2C3F14: hue angle of 86.51º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C3F14 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 63 | 20 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.75 |
| HSL | 86.51º | 0.52% | 0.16% | - |
| HSV(B) | 86.51º | 0.68% | 0.25% | - |
| XYZ | 2.94 | 4.14 | 1.31 | - |
| YUV | 52.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 63 | 20 | 0.30 | 0 | 0.68 | 0.75 | 86.51 | 0.52 | 0.16 |
| Hex | 2C | 3F | 14 | 1E | 0 | 44 | 4B | 57 | 34 | 10 |
| Octal | 54 | 77 | 24 | 36 | 0 | 104 | 113 | 127 | 64 | 20 |
| Binary | 101100 | 111111 | 10100 | 11110 | 0 | 1000100 | 1001011 | 1010111 | 110100 | 10000 |
Color Harmonies of #2C3F14
Complementary color
Monochromatic Colors of #2C3F14
Black with #2C3F14
Text Example
Text Example
White with #2C3F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3F14; }
p { color: rgb(44,63,20); }
H1.HeaderClassName
{
color: #2C3F14;
}
.AnyTagClassName
{
color: #2C3F14;
}
</style>
background-color css
<style>
a { background-color: #2C3F14; }
a { background-color: rgb(44,63,20); }
div.DivClassName
{
background-color: #2C3F14;
}
.BgClassName
{
background-color: #2C3F14;
}
</style>
border-color css
<style>
span { border-color: #2C3F14; }
span { border-color: rgb(44,63,20); }
td.TdClassName
{
border-color: #2C3F14;
}
.TagClassName
{
border-color: #2C3F14;
}
</style>