Shades of Turtle Green #2C3501
Tints of Turtle Green #2C3501
RGB
CMYK
RGB Variations
Color information
#2C3501 (or 0x2C3501) is known color: Turtle Green. HEX triplet: 2C, 35 and 01. RGB value is (44,53,1). Sum of RGB (Red+Green+Blue) = 44+53+1=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #2C3501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3501 is #D3CAFE. Grayscale: #2C2C2C. Windows color (decimal): -13880063 or 79148. OLE color: 79148.
HSL color Cylindrical-coordinate representation of color #2C3501: hue angle of 70.38º 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 #2C3501 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 53 | 1 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.79 |
| HSL | 70.38º | 0.96% | 0.11% | - |
| HSV(B) | 70.38º | 0.98% | 0.21% | - |
| XYZ | 2.32 | 3.08 | 0.5 | - |
| YUV | 44.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 1 | 0.17 | 0 | 0.98 | 0.79 | 70.38 | 0.96 | 0.11 |
| Hex | 2C | 35 | 1 | 11 | 0 | 62 | 4F | 46 | 60 | B |
| Octal | 54 | 65 | 1 | 21 | 0 | 142 | 117 | 106 | 140 | 13 |
| Binary | 101100 | 110101 | 1 | 10001 | 0 | 1100010 | 1001111 | 1000110 | 1100000 | 1011 |
Color Harmonies of #2C3501
Complementary color
Monochromatic Colors of #2C3501
Black with #2C3501
Text Example
Text Example
White with #2C3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3501; }
p { color: rgb(44,53,1); }
H1.HeaderClassName
{
color: #2C3501;
}
.AnyTagClassName
{
color: #2C3501;
}
</style>
background-color css
<style>
a { background-color: #2C3501; }
a { background-color: rgb(44,53,1); }
div.DivClassName
{
background-color: #2C3501;
}
.BgClassName
{
background-color: #2C3501;
}
</style>
border-color css
<style>
span { border-color: #2C3501; }
span { border-color: rgb(44,53,1); }
td.TdClassName
{
border-color: #2C3501;
}
.TagClassName
{
border-color: #2C3501;
}
</style>