Shades of Turtle Green #2C4D03
Tints of Turtle Green #2C4D03
RGB
CMYK
RGB Variations
Color information
#2C4D03 (or 0x2C4D03) is known color: Turtle Green. HEX triplet: 2C, 4D and 03. RGB value is (44,77,3). Sum of RGB (Red+Green+Blue) = 44+77+3=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 77 (30.47% from 255 or 62.10% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 77 - color contains mainly: green. Hex color #2C4D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C4D03 is #D3B2FC. Grayscale: #3A3A3A. Windows color (decimal): -13873917 or 216364. OLE color: 216364.
HSL color Cylindrical-coordinate representation of color #2C4D03: hue angle of 86.76º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C4D03 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 77 | 3 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.70 |
| HSL | 86.76º | 0.93% | 0.16% | - |
| HSV(B) | 86.76º | 0.96% | 0.3% | - |
| XYZ | 3.71 | 5.85 | 1.02 | - |
| YUV | 58.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 77 | 3 | 0.43 | 0 | 0.96 | 0.70 | 86.76 | 0.93 | 0.16 |
| Hex | 2C | 4D | 3 | 2B | 0 | 60 | 46 | 57 | 5C | 10 |
| Octal | 54 | 115 | 3 | 53 | 0 | 140 | 106 | 127 | 134 | 20 |
| Binary | 101100 | 1001101 | 11 | 101011 | 0 | 1100000 | 1000110 | 1010111 | 1011100 | 10000 |
Color Harmonies of #2C4D03
Complementary color
Monochromatic Colors of #2C4D03
Black with #2C4D03
Text Example
Text Example
White with #2C4D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4D03; }
p { color: rgb(44,77,3); }
H1.HeaderClassName
{
color: #2C4D03;
}
.AnyTagClassName
{
color: #2C4D03;
}
</style>
background-color css
<style>
a { background-color: #2C4D03; }
a { background-color: rgb(44,77,3); }
div.DivClassName
{
background-color: #2C4D03;
}
.BgClassName
{
background-color: #2C4D03;
}
</style>
border-color css
<style>
span { border-color: #2C4D03; }
span { border-color: rgb(44,77,3); }
td.TdClassName
{
border-color: #2C4D03;
}
.TagClassName
{
border-color: #2C4D03;
}
</style>