Shades of Turtle Green #343B1F
Tints of Turtle Green #343B1F
RGB
CMYK
RGB Variations
Color information
#343B1F (or 0x343B1F) is known color: Turtle Green. HEX triplet: 34, 3B and 1F. RGB value is (52,59,31). Sum of RGB (Red+Green+Blue) = 52+59+31=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #343B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B1F is #CBC4E0. Grayscale: #353535. Windows color (decimal): -13354209 or 2046772. OLE color: 2046772.
HSL color Cylindrical-coordinate representation of color #343B1F: hue angle of 75º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #343B1F is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 31 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.77 |
| HSL | 75º | 0.31% | 0.18% | - |
| HSV(B) | 75º | 0.47% | 0.23% | - |
| XYZ | 3.23 | 3.96 | 1.89 | - |
| YUV | 53.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 31 | 0.12 | 0 | 0.47 | 0.77 | 75 | 0.31 | 0.18 |
| Hex | 34 | 3B | 1F | C | 0 | 2F | 4D | 4B | 1F | 12 |
| Octal | 64 | 73 | 37 | 14 | 0 | 57 | 115 | 113 | 37 | 22 |
| Binary | 110100 | 111011 | 11111 | 1100 | 0 | 101111 | 1001101 | 1001011 | 11111 | 10010 |
Color Harmonies of #343B1F
Complementary color
Monochromatic Colors of #343B1F
Black with #343B1F
Text Example
Text Example
White with #343B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B1F; }
p { color: rgb(52,59,31); }
H1.HeaderClassName
{
color: #343B1F;
}
.AnyTagClassName
{
color: #343B1F;
}
</style>
background-color css
<style>
a { background-color: #343B1F; }
a { background-color: rgb(52,59,31); }
div.DivClassName
{
background-color: #343B1F;
}
.BgClassName
{
background-color: #343B1F;
}
</style>
border-color css
<style>
span { border-color: #343B1F; }
span { border-color: rgb(52,59,31); }
td.TdClassName
{
border-color: #343B1F;
}
.TagClassName
{
border-color: #343B1F;
}
</style>