Shades of Turtle Green #343A1F
Tints of Turtle Green #343A1F
RGB
CMYK
RGB Variations
Color information
#343A1F (or 0x343A1F) is known color: Turtle Green. HEX triplet: 34, 3A and 1F. RGB value is (52,58,31). Sum of RGB (Red+Green+Blue) = 52+58+31=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 58 - color contains mainly: green. Hex color #343A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A1F is #CBC5E0. Grayscale: #353535. Windows color (decimal): -13354465 or 2046516. OLE color: 2046516.
HSL color Cylindrical-coordinate representation of color #343A1F: hue angle of 73.33º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #343A1F is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 58 | 31 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.77 |
| HSL | 73.33º | 0.3% | 0.17% | - |
| HSV(B) | 73.33º | 0.47% | 0.23% | - |
| XYZ | 3.18 | 3.86 | 1.87 | - |
| YUV | 53.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 31 | 0.10 | 0 | 0.47 | 0.77 | 73.33 | 0.3 | 0.17 |
| Hex | 34 | 3A | 1F | A | 0 | 2F | 4D | 49 | 1E | 11 |
| Octal | 64 | 72 | 37 | 12 | 0 | 57 | 115 | 111 | 36 | 21 |
| Binary | 110100 | 111010 | 11111 | 1010 | 0 | 101111 | 1001101 | 1001001 | 11110 | 10001 |
Color Harmonies of #343A1F
Complementary color
Monochromatic Colors of #343A1F
Black with #343A1F
Text Example
Text Example
White with #343A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A1F; }
p { color: rgb(52,58,31); }
H1.HeaderClassName
{
color: #343A1F;
}
.AnyTagClassName
{
color: #343A1F;
}
</style>
background-color css
<style>
a { background-color: #343A1F; }
a { background-color: rgb(52,58,31); }
div.DivClassName
{
background-color: #343A1F;
}
.BgClassName
{
background-color: #343A1F;
}
</style>
border-color css
<style>
span { border-color: #343A1F; }
span { border-color: rgb(52,58,31); }
td.TdClassName
{
border-color: #343A1F;
}
.TagClassName
{
border-color: #343A1F;
}
</style>