Shades of Turtle Green #2C4C03
Tints of Turtle Green #2C4C03
RGB
CMYK
RGB Variations
Color information
#2C4C03 (or 0x2C4C03) is known color: Turtle Green. HEX triplet: 2C, 4C and 03. RGB value is (44,76,3). Sum of RGB (Red+Green+Blue) = 44+76+3=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 76 (30.08% from 255 or 61.79% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4C03 is #D3B3FC. Grayscale: #3A3A3A. Windows color (decimal): -13874173 or 216108. OLE color: 216108.
HSL color Cylindrical-coordinate representation of color #2C4C03: hue angle of 86.3º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C4C03 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 76 | 3 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.70 |
| HSL | 86.3º | 0.92% | 0.15% | - |
| HSV(B) | 86.3º | 0.96% | 0.3% | - |
| XYZ | 3.64 | 5.71 | 1 | - |
| YUV | 58.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 76 | 3 | 0.42 | 0 | 0.96 | 0.70 | 86.3 | 0.92 | 0.15 |
| Hex | 2C | 4C | 3 | 2A | 0 | 60 | 46 | 56 | 5C | F |
| Octal | 54 | 114 | 3 | 52 | 0 | 140 | 106 | 126 | 134 | 17 |
| Binary | 101100 | 1001100 | 11 | 101010 | 0 | 1100000 | 1000110 | 1010110 | 1011100 | 1111 |
Color Harmonies of #2C4C03
Complementary color
Monochromatic Colors of #2C4C03
Black with #2C4C03
Text Example
Text Example
White with #2C4C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4C03; }
p { color: rgb(44,76,3); }
H1.HeaderClassName
{
color: #2C4C03;
}
.AnyTagClassName
{
color: #2C4C03;
}
</style>
background-color css
<style>
a { background-color: #2C4C03; }
a { background-color: rgb(44,76,3); }
div.DivClassName
{
background-color: #2C4C03;
}
.BgClassName
{
background-color: #2C4C03;
}
</style>
border-color css
<style>
span { border-color: #2C4C03; }
span { border-color: rgb(44,76,3); }
td.TdClassName
{
border-color: #2C4C03;
}
.TagClassName
{
border-color: #2C4C03;
}
</style>