Shades of Turtle Green #2C5901
Tints of Turtle Green #2C5901
RGB
CMYK
RGB Variations
Color information
#2C5901 (or 0x2C5901) is known color: Turtle Green. HEX triplet: 2C, 59 and 01. RGB value is (44,89,1). Sum of RGB (Red+Green+Blue) = 44+89+1=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 89 (35.16% from 255 or 66.42% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 89 - color contains mainly: green. Hex color #2C5901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5901 is #D3A6FE. Grayscale: #414141. Windows color (decimal): -13870847 or 88364. OLE color: 88364.
HSL color Cylindrical-coordinate representation of color #2C5901: hue angle of 90.68º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C5901 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 89 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.65 |
| HSL | 90.68º | 0.98% | 0.18% | - |
| HSV(B) | 90.68º | 0.99% | 0.35% | - |
| XYZ | 4.62 | 7.68 | 1.27 | - |
| YUV | 65.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 89 | 1 | 0.51 | 0 | 0.99 | 0.65 | 90.68 | 0.98 | 0.18 |
| Hex | 2C | 59 | 1 | 33 | 0 | 63 | 41 | 5B | 62 | 12 |
| Octal | 54 | 131 | 1 | 63 | 0 | 143 | 101 | 133 | 142 | 22 |
| Binary | 101100 | 1011001 | 1 | 110011 | 0 | 1100011 | 1000001 | 1011011 | 1100010 | 10010 |
Color Harmonies of #2C5901
Complementary color
Monochromatic Colors of #2C5901
Black with #2C5901
Text Example
Text Example
White with #2C5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5901; }
p { color: rgb(44,89,1); }
H1.HeaderClassName
{
color: #2C5901;
}
.AnyTagClassName
{
color: #2C5901;
}
</style>
background-color css
<style>
a { background-color: #2C5901; }
a { background-color: rgb(44,89,1); }
div.DivClassName
{
background-color: #2C5901;
}
.BgClassName
{
background-color: #2C5901;
}
</style>
border-color css
<style>
span { border-color: #2C5901; }
span { border-color: rgb(44,89,1); }
td.TdClassName
{
border-color: #2C5901;
}
.TagClassName
{
border-color: #2C5901;
}
</style>