Shades of Turtle Green #343A02
Tints of Turtle Green #343A02
RGB
CMYK
RGB Variations
Color information
#343A02 (or 0x343A02) is known color: Turtle Green. HEX triplet: 34, 3A and 02. RGB value is (52,58,2). Sum of RGB (Red+Green+Blue) = 52+58+2=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #343A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343A02 is #CBC5FD. Grayscale: #323232. Windows color (decimal): -13354494 or 145972. OLE color: 145972.
HSL color Cylindrical-coordinate representation of color #343A02: hue angle of 66.43º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #343A02 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 58 | 2 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.77 |
| HSL | 66.43º | 0.93% | 0.12% | - |
| HSV(B) | 66.43º | 0.97% | 0.23% | - |
| XYZ | 2.94 | 3.76 | 0.63 | - |
| YUV | 49.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 2 | 0.10 | 0 | 0.97 | 0.77 | 66.43 | 0.93 | 0.12 |
| Hex | 34 | 3A | 2 | A | 0 | 61 | 4D | 42 | 5D | C |
| Octal | 64 | 72 | 2 | 12 | 0 | 141 | 115 | 102 | 135 | 14 |
| Binary | 110100 | 111010 | 10 | 1010 | 0 | 1100001 | 1001101 | 1000010 | 1011101 | 1100 |
Color Harmonies of #343A02
Complementary color
Monochromatic Colors of #343A02
Black with #343A02
Text Example
Text Example
White with #343A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A02; }
p { color: rgb(52,58,2); }
H1.HeaderClassName
{
color: #343A02;
}
.AnyTagClassName
{
color: #343A02;
}
</style>
background-color css
<style>
a { background-color: #343A02; }
a { background-color: rgb(52,58,2); }
div.DivClassName
{
background-color: #343A02;
}
.BgClassName
{
background-color: #343A02;
}
</style>
border-color css
<style>
span { border-color: #343A02; }
span { border-color: rgb(52,58,2); }
td.TdClassName
{
border-color: #343A02;
}
.TagClassName
{
border-color: #343A02;
}
</style>