Shades of Turtle Green #314C03
Tints of Turtle Green #314C03
RGB
CMYK
RGB Variations
Color information
#314C03 (or 0x314C03) is known color: Turtle Green. HEX triplet: 31, 4C and 03. RGB value is (49,76,3). Sum of RGB (Red+Green+Blue) = 49+76+3=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #314C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C03 is #CEB3FC. Grayscale: #3B3B3B. Windows color (decimal): -13546493 or 216113. OLE color: 216113.
HSL color Cylindrical-coordinate representation of color #314C03: hue angle of 82.19º 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 #314C03 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 3 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.70 |
| HSL | 82.19º | 0.92% | 0.15% | - |
| HSV(B) | 82.19º | 0.96% | 0.3% | - |
| XYZ | 3.87 | 5.83 | 1.01 | - |
| YUV | 59.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 3 | 0.36 | 0 | 0.96 | 0.70 | 82.19 | 0.92 | 0.15 |
| Hex | 31 | 4C | 3 | 24 | 0 | 60 | 46 | 52 | 5C | F |
| Octal | 61 | 114 | 3 | 44 | 0 | 140 | 106 | 122 | 134 | 17 |
| Binary | 110001 | 1001100 | 11 | 100100 | 0 | 1100000 | 1000110 | 1010010 | 1011100 | 1111 |
Color Harmonies of #314C03
Complementary color
Monochromatic Colors of #314C03
Black with #314C03
Text Example
Text Example
White with #314C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C03; }
p { color: rgb(49,76,3); }
H1.HeaderClassName
{
color: #314C03;
}
.AnyTagClassName
{
color: #314C03;
}
</style>
background-color css
<style>
a { background-color: #314C03; }
a { background-color: rgb(49,76,3); }
div.DivClassName
{
background-color: #314C03;
}
.BgClassName
{
background-color: #314C03;
}
</style>
border-color css
<style>
span { border-color: #314C03; }
span { border-color: rgb(49,76,3); }
td.TdClassName
{
border-color: #314C03;
}
.TagClassName
{
border-color: #314C03;
}
</style>