Shades of Turtle Green #2C4E0D
Tints of Turtle Green #2C4E0D
RGB
CMYK
RGB Variations
Color information
#2C4E0D (or 0x2C4E0D) is known color: Turtle Green. HEX triplet: 2C, 4E and 0D. RGB value is (44,78,13). Sum of RGB (Red+Green+Blue) = 44+78+13=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C4E0D is #D3B1F2. Grayscale: #3C3C3C. Windows color (decimal): -13873651 or 871980. OLE color: 871980.
HSL color Cylindrical-coordinate representation of color #2C4E0D: hue angle of 91.38º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C4E0D is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 78 | 13 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.69 |
| HSL | 91.38º | 0.71% | 0.18% | - |
| HSV(B) | 91.38º | 0.83% | 0.31% | - |
| XYZ | 3.84 | 6.01 | 1.34 | - |
| YUV | 60.42 | 101.24 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 13 | 0.44 | 0 | 0.83 | 0.69 | 91.38 | 0.71 | 0.18 |
| Hex | 2C | 4E | D | 2C | 0 | 53 | 45 | 5B | 47 | 12 |
| Octal | 54 | 116 | 15 | 54 | 0 | 123 | 105 | 133 | 107 | 22 |
| Binary | 101100 | 1001110 | 1101 | 101100 | 0 | 1010011 | 1000101 | 1011011 | 1000111 | 10010 |
Color Harmonies of #2C4E0D
Complementary color
Monochromatic Colors of #2C4E0D
Black with #2C4E0D
Text Example
Text Example
White with #2C4E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4E0D; }
p { color: rgb(44,78,13); }
H1.HeaderClassName
{
color: #2C4E0D;
}
.AnyTagClassName
{
color: #2C4E0D;
}
</style>
background-color css
<style>
a { background-color: #2C4E0D; }
a { background-color: rgb(44,78,13); }
div.DivClassName
{
background-color: #2C4E0D;
}
.BgClassName
{
background-color: #2C4E0D;
}
</style>
border-color css
<style>
span { border-color: #2C4E0D; }
span { border-color: rgb(44,78,13); }
td.TdClassName
{
border-color: #2C4E0D;
}
.TagClassName
{
border-color: #2C4E0D;
}
</style>