Shades of Turtle Green #2C3D0F
Tints of Turtle Green #2C3D0F
RGB
CMYK
RGB Variations
Color information
#2C3D0F (or 0x2C3D0F) is known color: Turtle Green. HEX triplet: 2C, 3D and 0F. RGB value is (44,61,15). Sum of RGB (Red+Green+Blue) = 44+61+15=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3D0F is #D3C2F0. Grayscale: #323232. Windows color (decimal): -13878001 or 998700. OLE color: 998700.
HSL color Cylindrical-coordinate representation of color #2C3D0F: hue angle of 82.17º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C3D0F is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 61 | 15 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.76 |
| HSL | 82.17º | 0.61% | 0.15% | - |
| HSV(B) | 82.17º | 0.75% | 0.24% | - |
| XYZ | 2.79 | 3.91 | 1.06 | - |
| YUV | 50.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 15 | 0.28 | 0 | 0.75 | 0.76 | 82.17 | 0.61 | 0.15 |
| Hex | 2C | 3D | F | 1C | 0 | 4B | 4C | 52 | 3D | F |
| Octal | 54 | 75 | 17 | 34 | 0 | 113 | 114 | 122 | 75 | 17 |
| Binary | 101100 | 111101 | 1111 | 11100 | 0 | 1001011 | 1001100 | 1010010 | 111101 | 1111 |
Color Harmonies of #2C3D0F
Complementary color
Monochromatic Colors of #2C3D0F
Black with #2C3D0F
Text Example
Text Example
White with #2C3D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D0F; }
p { color: rgb(44,61,15); }
H1.HeaderClassName
{
color: #2C3D0F;
}
.AnyTagClassName
{
color: #2C3D0F;
}
</style>
background-color css
<style>
a { background-color: #2C3D0F; }
a { background-color: rgb(44,61,15); }
div.DivClassName
{
background-color: #2C3D0F;
}
.BgClassName
{
background-color: #2C3D0F;
}
</style>
border-color css
<style>
span { border-color: #2C3D0F; }
span { border-color: rgb(44,61,15); }
td.TdClassName
{
border-color: #2C3D0F;
}
.TagClassName
{
border-color: #2C3D0F;
}
</style>