Shades of Turtle Green #2C3B0F
Tints of Turtle Green #2C3B0F
RGB
CMYK
RGB Variations
Color information
#2C3B0F (or 0x2C3B0F) is known color: Turtle Green. HEX triplet: 2C, 3B and 0F. RGB value is (44,59,15). Sum of RGB (Red+Green+Blue) = 44+59+15=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 59 (23.44% from 255 or 50% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3B0F is #D3C4F0. Grayscale: #313131. Windows color (decimal): -13878513 or 998188. OLE color: 998188.
HSL color Cylindrical-coordinate representation of color #2C3B0F: hue angle of 80.45º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C3B0F is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 59 | 15 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.77 |
| HSL | 80.45º | 0.59% | 0.15% | - |
| HSV(B) | 80.45º | 0.75% | 0.23% | - |
| XYZ | 2.69 | 3.7 | 1.02 | - |
| YUV | 49.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 15 | 0.25 | 0 | 0.75 | 0.77 | 80.45 | 0.59 | 0.15 |
| Hex | 2C | 3B | F | 19 | 0 | 4B | 4D | 50 | 3B | F |
| Octal | 54 | 73 | 17 | 31 | 0 | 113 | 115 | 120 | 73 | 17 |
| Binary | 101100 | 111011 | 1111 | 11001 | 0 | 1001011 | 1001101 | 1010000 | 111011 | 1111 |
Color Harmonies of #2C3B0F
Complementary color
Monochromatic Colors of #2C3B0F
Black with #2C3B0F
Text Example
Text Example
White with #2C3B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3B0F; }
p { color: rgb(44,59,15); }
H1.HeaderClassName
{
color: #2C3B0F;
}
.AnyTagClassName
{
color: #2C3B0F;
}
</style>
background-color css
<style>
a { background-color: #2C3B0F; }
a { background-color: rgb(44,59,15); }
div.DivClassName
{
background-color: #2C3B0F;
}
.BgClassName
{
background-color: #2C3B0F;
}
</style>
border-color css
<style>
span { border-color: #2C3B0F; }
span { border-color: rgb(44,59,15); }
td.TdClassName
{
border-color: #2C3B0F;
}
.TagClassName
{
border-color: #2C3B0F;
}
</style>