Shades of Turtle Green #313402
Tints of Turtle Green #313402
RGB
CMYK
RGB Variations
Color information
#313402 (or 0x313402) is known color: Turtle Green. HEX triplet: 31, 34 and 02. RGB value is (49,52,2). Sum of RGB (Red+Green+Blue) = 49+52+2=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #313402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313402 is #CECBFD. Grayscale: #2D2D2D. Windows color (decimal): -13552638 or 144433. OLE color: 144433.
HSL color Cylindrical-coordinate representation of color #313402: hue angle of 63.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #313402 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 52 | 2 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.80 |
| HSL | 63.6º | 0.93% | 0.11% | - |
| HSV(B) | 63.6º | 0.96% | 0.2% | - |
| XYZ | 2.51 | 3.11 | 0.53 | - |
| YUV | 45.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 2 | 0.06 | 0 | 0.96 | 0.80 | 63.6 | 0.93 | 0.11 |
| Hex | 31 | 34 | 2 | 6 | 0 | 60 | 50 | 40 | 5D | B |
| Octal | 61 | 64 | 2 | 6 | 0 | 140 | 120 | 100 | 135 | 13 |
| Binary | 110001 | 110100 | 10 | 110 | 0 | 1100000 | 1010000 | 1000000 | 1011101 | 1011 |
Color Harmonies of #313402
Complementary color
Monochromatic Colors of #313402
Black with #313402
Text Example
Text Example
White with #313402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313402; }
p { color: rgb(49,52,2); }
H1.HeaderClassName
{
color: #313402;
}
.AnyTagClassName
{
color: #313402;
}
</style>
background-color css
<style>
a { background-color: #313402; }
a { background-color: rgb(49,52,2); }
div.DivClassName
{
background-color: #313402;
}
.BgClassName
{
background-color: #313402;
}
</style>
border-color css
<style>
span { border-color: #313402; }
span { border-color: rgb(49,52,2); }
td.TdClassName
{
border-color: #313402;
}
.TagClassName
{
border-color: #313402;
}
</style>