Shades of Turtle Green #2C3905
Tints of Turtle Green #2C3905
RGB
CMYK
RGB Variations
Color information
#2C3905 (or 0x2C3905) is known color: Turtle Green. HEX triplet: 2C, 39 and 05. RGB value is (44,57,5). Sum of RGB (Red+Green+Blue) = 44+57+5=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #2C3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3905 is #D3C6FA. Grayscale: #2F2F2F. Windows color (decimal): -13879035 or 342316. OLE color: 342316.
HSL color Cylindrical-coordinate representation of color #2C3905: hue angle of 75º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C3905 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 57 | 5 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.78 |
| HSL | 75º | 0.84% | 0.12% | - |
| HSV(B) | 75º | 0.91% | 0.22% | - |
| XYZ | 2.53 | 3.47 | 0.68 | - |
| YUV | 47.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 5 | 0.23 | 0 | 0.91 | 0.78 | 75 | 0.84 | 0.12 |
| Hex | 2C | 39 | 5 | 17 | 0 | 5B | 4E | 4B | 54 | C |
| Octal | 54 | 71 | 5 | 27 | 0 | 133 | 116 | 113 | 124 | 14 |
| Binary | 101100 | 111001 | 101 | 10111 | 0 | 1011011 | 1001110 | 1001011 | 1010100 | 1100 |
Color Harmonies of #2C3905
Complementary color
Monochromatic Colors of #2C3905
Black with #2C3905
Text Example
Text Example
White with #2C3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3905; }
p { color: rgb(44,57,5); }
H1.HeaderClassName
{
color: #2C3905;
}
.AnyTagClassName
{
color: #2C3905;
}
</style>
background-color css
<style>
a { background-color: #2C3905; }
a { background-color: rgb(44,57,5); }
div.DivClassName
{
background-color: #2C3905;
}
.BgClassName
{
background-color: #2C3905;
}
</style>
border-color css
<style>
span { border-color: #2C3905; }
span { border-color: rgb(44,57,5); }
td.TdClassName
{
border-color: #2C3905;
}
.TagClassName
{
border-color: #2C3905;
}
</style>