Shades of Turtle Green #2C5801
Tints of Turtle Green #2C5801
RGB
CMYK
RGB Variations
Color information
#2C5801 (or 0x2C5801) is known color: Turtle Green. HEX triplet: 2C, 58 and 01. RGB value is (44,88,1). Sum of RGB (Red+Green+Blue) = 44+88+1=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 88 (34.77% from 255 or 66.17% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5801 is #D3A7FE. Grayscale: #414141. Windows color (decimal): -13871103 or 88108. OLE color: 88108.
HSL color Cylindrical-coordinate representation of color #2C5801: hue angle of 90.34º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C5801 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 88 | 1 | - |
| CMYK | 0.5 | 0 | 0.99 | 0.65 |
| HSL | 90.34º | 0.98% | 0.17% | - |
| HSV(B) | 90.34º | 0.99% | 0.35% | - |
| XYZ | 4.53 | 7.52 | 1.24 | - |
| YUV | 64.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 1 | 0.5 | 0 | 0.99 | 0.65 | 90.34 | 0.98 | 0.17 |
| Hex | 2C | 58 | 1 | 32 | 0 | 63 | 41 | 5A | 62 | 11 |
| Octal | 54 | 130 | 1 | 62 | 0 | 143 | 101 | 132 | 142 | 21 |
| Binary | 101100 | 1011000 | 1 | 110010 | 0 | 1100011 | 1000001 | 1011010 | 1100010 | 10001 |
Color Harmonies of #2C5801
Complementary color
Monochromatic Colors of #2C5801
Black with #2C5801
Text Example
Text Example
White with #2C5801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5801; }
p { color: rgb(44,88,1); }
H1.HeaderClassName
{
color: #2C5801;
}
.AnyTagClassName
{
color: #2C5801;
}
</style>
background-color css
<style>
a { background-color: #2C5801; }
a { background-color: rgb(44,88,1); }
div.DivClassName
{
background-color: #2C5801;
}
.BgClassName
{
background-color: #2C5801;
}
</style>
border-color css
<style>
span { border-color: #2C5801; }
span { border-color: rgb(44,88,1); }
td.TdClassName
{
border-color: #2C5801;
}
.TagClassName
{
border-color: #2C5801;
}
</style>