Shades of Turtle Green #2C4701
Tints of Turtle Green #2C4701
RGB
CMYK
RGB Variations
Color information
#2C4701 (or 0x2C4701) is known color: Turtle Green. HEX triplet: 2C, 47 and 01. RGB value is (44,71,1). Sum of RGB (Red+Green+Blue) = 44+71+1=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4701 is #D3B8FE. Grayscale: #373737. Windows color (decimal): -13875455 or 83756. OLE color: 83756.
HSL color Cylindrical-coordinate representation of color #2C4701: hue angle of 83.14º 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 #2C4701 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 71 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.72 |
| HSL | 83.14º | 0.97% | 0.14% | - |
| HSV(B) | 83.14º | 0.99% | 0.28% | - |
| XYZ | 3.3 | 5.04 | 0.83 | - |
| YUV | 54.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 71 | 1 | 0.38 | 0 | 0.99 | 0.72 | 83.14 | 0.97 | 0.14 |
| Hex | 2C | 47 | 1 | 26 | 0 | 63 | 48 | 53 | 61 | E |
| Octal | 54 | 107 | 1 | 46 | 0 | 143 | 110 | 123 | 141 | 16 |
| Binary | 101100 | 1000111 | 1 | 100110 | 0 | 1100011 | 1001000 | 1010011 | 1100001 | 1110 |
Color Harmonies of #2C4701
Complementary color
Monochromatic Colors of #2C4701
Black with #2C4701
Text Example
Text Example
White with #2C4701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4701; }
p { color: rgb(44,71,1); }
H1.HeaderClassName
{
color: #2C4701;
}
.AnyTagClassName
{
color: #2C4701;
}
</style>
background-color css
<style>
a { background-color: #2C4701; }
a { background-color: rgb(44,71,1); }
div.DivClassName
{
background-color: #2C4701;
}
.BgClassName
{
background-color: #2C4701;
}
</style>
border-color css
<style>
span { border-color: #2C4701; }
span { border-color: rgb(44,71,1); }
td.TdClassName
{
border-color: #2C4701;
}
.TagClassName
{
border-color: #2C4701;
}
</style>