Shades of Turtle Green #314302
Tints of Turtle Green #314302
RGB
CMYK
RGB Variations
Color information
#314302 (or 0x314302) is known color: Turtle Green. HEX triplet: 31, 43 and 02. RGB value is (49,67,2). Sum of RGB (Red+Green+Blue) = 49+67+2=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #314302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314302 is #CEBCFD. Grayscale: #363636. Windows color (decimal): -13548798 or 148273. OLE color: 148273.
HSL color Cylindrical-coordinate representation of color #314302: hue angle of 76.62º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #314302 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 67 | 2 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.74 |
| HSL | 76.62º | 0.94% | 0.14% | - |
| HSV(B) | 76.62º | 0.97% | 0.26% | - |
| XYZ | 3.28 | 4.67 | 0.79 | - |
| YUV | 54.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 2 | 0.27 | 0 | 0.97 | 0.74 | 76.62 | 0.94 | 0.14 |
| Hex | 31 | 43 | 2 | 1B | 0 | 61 | 4A | 4D | 5E | E |
| Octal | 61 | 103 | 2 | 33 | 0 | 141 | 112 | 115 | 136 | 16 |
| Binary | 110001 | 1000011 | 10 | 11011 | 0 | 1100001 | 1001010 | 1001101 | 1011110 | 1110 |
Color Harmonies of #314302
Complementary color
Monochromatic Colors of #314302
Black with #314302
Text Example
Text Example
White with #314302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314302; }
p { color: rgb(49,67,2); }
H1.HeaderClassName
{
color: #314302;
}
.AnyTagClassName
{
color: #314302;
}
</style>
background-color css
<style>
a { background-color: #314302; }
a { background-color: rgb(49,67,2); }
div.DivClassName
{
background-color: #314302;
}
.BgClassName
{
background-color: #314302;
}
</style>
border-color css
<style>
span { border-color: #314302; }
span { border-color: rgb(49,67,2); }
td.TdClassName
{
border-color: #314302;
}
.TagClassName
{
border-color: #314302;
}
</style>