Shades of Turtle Green #2C4901
Tints of Turtle Green #2C4901
RGB
CMYK
RGB Variations
Color information
#2C4901 (or 0x2C4901) is known color: Turtle Green. HEX triplet: 2C, 49 and 01. RGB value is (44,73,1). Sum of RGB (Red+Green+Blue) = 44+73+1=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #2C4901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4901 is #D3B6FE. Grayscale: #383838. Windows color (decimal): -13874943 or 84268. OLE color: 84268.
HSL color Cylindrical-coordinate representation of color #2C4901: hue angle of 84.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C4901 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 73 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.71 |
| HSL | 84.17º | 0.97% | 0.15% | - |
| HSV(B) | 84.17º | 0.99% | 0.29% | - |
| XYZ | 3.43 | 5.3 | 0.87 | - |
| YUV | 56.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 1 | 0.40 | 0 | 0.99 | 0.71 | 84.17 | 0.97 | 0.15 |
| Hex | 2C | 49 | 1 | 28 | 0 | 63 | 47 | 54 | 61 | F |
| Octal | 54 | 111 | 1 | 50 | 0 | 143 | 107 | 124 | 141 | 17 |
| Binary | 101100 | 1001001 | 1 | 101000 | 0 | 1100011 | 1000111 | 1010100 | 1100001 | 1111 |
Color Harmonies of #2C4901
Complementary color
Monochromatic Colors of #2C4901
Black with #2C4901
Text Example
Text Example
White with #2C4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4901; }
p { color: rgb(44,73,1); }
H1.HeaderClassName
{
color: #2C4901;
}
.AnyTagClassName
{
color: #2C4901;
}
</style>
background-color css
<style>
a { background-color: #2C4901; }
a { background-color: rgb(44,73,1); }
div.DivClassName
{
background-color: #2C4901;
}
.BgClassName
{
background-color: #2C4901;
}
</style>
border-color css
<style>
span { border-color: #2C4901; }
span { border-color: rgb(44,73,1); }
td.TdClassName
{
border-color: #2C4901;
}
.TagClassName
{
border-color: #2C4901;
}
</style>