Shades of Turtle Green #2C3601
Tints of Turtle Green #2C3601
RGB
CMYK
RGB Variations
Color information
#2C3601 (or 0x2C3601) is known color: Turtle Green. HEX triplet: 2C, 36 and 01. RGB value is (44,54,1). Sum of RGB (Red+Green+Blue) = 44+54+1=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #2C3601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3601 is #D3C9FE. Grayscale: #2D2D2D. Windows color (decimal): -13879807 or 79404. OLE color: 79404.
HSL color Cylindrical-coordinate representation of color #2C3601: hue angle of 71.32º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C3601 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 54 | 1 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.79 |
| HSL | 71.32º | 0.96% | 0.11% | - |
| HSV(B) | 71.32º | 0.98% | 0.21% | - |
| XYZ | 2.36 | 3.18 | 0.52 | - |
| YUV | 44.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 1 | 0.19 | 0 | 0.98 | 0.79 | 71.32 | 0.96 | 0.11 |
| Hex | 2C | 36 | 1 | 13 | 0 | 62 | 4F | 47 | 60 | B |
| Octal | 54 | 66 | 1 | 23 | 0 | 142 | 117 | 107 | 140 | 13 |
| Binary | 101100 | 110110 | 1 | 10011 | 0 | 1100010 | 1001111 | 1000111 | 1100000 | 1011 |
Color Harmonies of #2C3601
Complementary color
Monochromatic Colors of #2C3601
Black with #2C3601
Text Example
Text Example
White with #2C3601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3601; }
p { color: rgb(44,54,1); }
H1.HeaderClassName
{
color: #2C3601;
}
.AnyTagClassName
{
color: #2C3601;
}
</style>
background-color css
<style>
a { background-color: #2C3601; }
a { background-color: rgb(44,54,1); }
div.DivClassName
{
background-color: #2C3601;
}
.BgClassName
{
background-color: #2C3601;
}
</style>
border-color css
<style>
span { border-color: #2C3601; }
span { border-color: rgb(44,54,1); }
td.TdClassName
{
border-color: #2C3601;
}
.TagClassName
{
border-color: #2C3601;
}
</style>