Shades of Turtle Green #314C02
Tints of Turtle Green #314C02
RGB
CMYK
RGB Variations
Color information
#314C02 (or 0x314C02) is known color: Turtle Green. HEX triplet: 31, 4C and 02. RGB value is (49,76,2). Sum of RGB (Red+Green+Blue) = 49+76+2=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #314C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C02 is #CEB3FD. Grayscale: #3B3B3B. Windows color (decimal): -13546494 or 150577. OLE color: 150577.
HSL color Cylindrical-coordinate representation of color #314C02: hue angle of 81.89º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #314C02 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 2 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.70 |
| HSL | 81.89º | 0.95% | 0.15% | - |
| HSV(B) | 81.89º | 0.97% | 0.3% | - |
| XYZ | 3.86 | 5.83 | 0.98 | - |
| YUV | 59.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 2 | 0.36 | 0 | 0.97 | 0.70 | 81.89 | 0.95 | 0.15 |
| Hex | 31 | 4C | 2 | 24 | 0 | 61 | 46 | 52 | 5F | F |
| Octal | 61 | 114 | 2 | 44 | 0 | 141 | 106 | 122 | 137 | 17 |
| Binary | 110001 | 1001100 | 10 | 100100 | 0 | 1100001 | 1000110 | 1010010 | 1011111 | 1111 |
Color Harmonies of #314C02
Complementary color
Monochromatic Colors of #314C02
Black with #314C02
Text Example
Text Example
White with #314C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C02; }
p { color: rgb(49,76,2); }
H1.HeaderClassName
{
color: #314C02;
}
.AnyTagClassName
{
color: #314C02;
}
</style>
background-color css
<style>
a { background-color: #314C02; }
a { background-color: rgb(49,76,2); }
div.DivClassName
{
background-color: #314C02;
}
.BgClassName
{
background-color: #314C02;
}
</style>
border-color css
<style>
span { border-color: #314C02; }
span { border-color: rgb(49,76,2); }
td.TdClassName
{
border-color: #314C02;
}
.TagClassName
{
border-color: #314C02;
}
</style>