Shades of Turtle Green #2C3701
Tints of Turtle Green #2C3701
RGB
CMYK
RGB Variations
Color information
#2C3701 (or 0x2C3701) is known color: Turtle Green. HEX triplet: 2C, 37 and 01. RGB value is (44,55,1). Sum of RGB (Red+Green+Blue) = 44+55+1=100 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3701 is #D3C8FE. Grayscale: #2D2D2D. Windows color (decimal): -13879551 or 79660. OLE color: 79660.
HSL color Cylindrical-coordinate representation of color #2C3701: hue angle of 72.22º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C3701 is Cyan = 0.2, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 1 | - |
| CMYK | 0.2 | 0 | 0.98 | 0.78 |
| HSL | 72.22º | 0.96% | 0.11% | - |
| HSV(B) | 72.22º | 0.98% | 0.22% | - |
| XYZ | 2.41 | 3.27 | 0.53 | - |
| YUV | 45.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 1 | 0.2 | 0 | 0.98 | 0.78 | 72.22 | 0.96 | 0.11 |
| Hex | 2C | 37 | 1 | 14 | 0 | 62 | 4E | 48 | 60 | B |
| Octal | 54 | 67 | 1 | 24 | 0 | 142 | 116 | 110 | 140 | 13 |
| Binary | 101100 | 110111 | 1 | 10100 | 0 | 1100010 | 1001110 | 1001000 | 1100000 | 1011 |
Color Harmonies of #2C3701
Complementary color
Monochromatic Colors of #2C3701
Black with #2C3701
Text Example
Text Example
White with #2C3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3701; }
p { color: rgb(44,55,1); }
H1.HeaderClassName
{
color: #2C3701;
}
.AnyTagClassName
{
color: #2C3701;
}
</style>
background-color css
<style>
a { background-color: #2C3701; }
a { background-color: rgb(44,55,1); }
div.DivClassName
{
background-color: #2C3701;
}
.BgClassName
{
background-color: #2C3701;
}
</style>
border-color css
<style>
span { border-color: #2C3701; }
span { border-color: rgb(44,55,1); }
td.TdClassName
{
border-color: #2C3701;
}
.TagClassName
{
border-color: #2C3701;
}
</style>