Shades of Turtle Green #2C4801
Tints of Turtle Green #2C4801
RGB
CMYK
RGB Variations
Color information
#2C4801 (or 0x2C4801) is known color: Turtle Green. HEX triplet: 2C, 48 and 01. RGB value is (44,72,1). Sum of RGB (Red+Green+Blue) = 44+72+1=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4801 is #D3B7FE. Grayscale: #373737. Windows color (decimal): -13875199 or 84012. OLE color: 84012.
HSL color Cylindrical-coordinate representation of color #2C4801: hue angle of 83.66º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C4801 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 72 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.72 |
| HSL | 83.66º | 0.97% | 0.14% | - |
| HSV(B) | 83.66º | 0.99% | 0.28% | - |
| XYZ | 3.36 | 5.17 | 0.85 | - |
| YUV | 55.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 1 | 0.39 | 0 | 0.99 | 0.72 | 83.66 | 0.97 | 0.14 |
| Hex | 2C | 48 | 1 | 27 | 0 | 63 | 48 | 54 | 61 | E |
| Octal | 54 | 110 | 1 | 47 | 0 | 143 | 110 | 124 | 141 | 16 |
| Binary | 101100 | 1001000 | 1 | 100111 | 0 | 1100011 | 1001000 | 1010100 | 1100001 | 1110 |
Color Harmonies of #2C4801
Complementary color
Monochromatic Colors of #2C4801
Black with #2C4801
Text Example
Text Example
White with #2C4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4801; }
p { color: rgb(44,72,1); }
H1.HeaderClassName
{
color: #2C4801;
}
.AnyTagClassName
{
color: #2C4801;
}
</style>
background-color css
<style>
a { background-color: #2C4801; }
a { background-color: rgb(44,72,1); }
div.DivClassName
{
background-color: #2C4801;
}
.BgClassName
{
background-color: #2C4801;
}
</style>
border-color css
<style>
span { border-color: #2C4801; }
span { border-color: rgb(44,72,1); }
td.TdClassName
{
border-color: #2C4801;
}
.TagClassName
{
border-color: #2C4801;
}
</style>