Shades of Turtle Green #314B03
Tints of Turtle Green #314B03
RGB
CMYK
RGB Variations
Color information
#314B03 (or 0x314B03) is known color: Turtle Green. HEX triplet: 31, 4B and 03. RGB value is (49,75,3). Sum of RGB (Red+Green+Blue) = 49+75+3=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #314B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314B03 is #CEB4FC. Grayscale: #3B3B3B. Windows color (decimal): -13546749 or 215857. OLE color: 215857.
HSL color Cylindrical-coordinate representation of color #314B03: hue angle of 81.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #314B03 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 75 | 3 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.71 |
| HSL | 81.67º | 0.92% | 0.15% | - |
| HSV(B) | 81.67º | 0.96% | 0.29% | - |
| XYZ | 3.8 | 5.69 | 0.98 | - |
| YUV | 59.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 3 | 0.35 | 0 | 0.96 | 0.71 | 81.67 | 0.92 | 0.15 |
| Hex | 31 | 4B | 3 | 23 | 0 | 60 | 47 | 52 | 5C | F |
| Octal | 61 | 113 | 3 | 43 | 0 | 140 | 107 | 122 | 134 | 17 |
| Binary | 110001 | 1001011 | 11 | 100011 | 0 | 1100000 | 1000111 | 1010010 | 1011100 | 1111 |
Color Harmonies of #314B03
Complementary color
Monochromatic Colors of #314B03
Black with #314B03
Text Example
Text Example
White with #314B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B03; }
p { color: rgb(49,75,3); }
H1.HeaderClassName
{
color: #314B03;
}
.AnyTagClassName
{
color: #314B03;
}
</style>
background-color css
<style>
a { background-color: #314B03; }
a { background-color: rgb(49,75,3); }
div.DivClassName
{
background-color: #314B03;
}
.BgClassName
{
background-color: #314B03;
}
</style>
border-color css
<style>
span { border-color: #314B03; }
span { border-color: rgb(49,75,3); }
td.TdClassName
{
border-color: #314B03;
}
.TagClassName
{
border-color: #314B03;
}
</style>