Shades of Turtle Green #334A02
Tints of Turtle Green #334A02
RGB
CMYK
RGB Variations
Color information
#334A02 (or 0x334A02) is known color: Turtle Green. HEX triplet: 33, 4A and 02. RGB value is (51,74,2). Sum of RGB (Red+Green+Blue) = 51+74+2=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 74 (29.30% from 255 or 58.27% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 74 - color contains mainly: green. Hex color #334A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334A02 is #CCB5FD. Grayscale: #3B3B3B. Windows color (decimal): -13415934 or 150067. OLE color: 150067.
HSL color Cylindrical-coordinate representation of color #334A02: hue angle of 79.17º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #334A02 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 74 | 2 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.71 |
| HSL | 79.17º | 0.95% | 0.15% | - |
| HSV(B) | 79.17º | 0.97% | 0.29% | - |
| XYZ | 3.82 | 5.61 | 0.94 | - |
| YUV | 58.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 2 | 0.31 | 0 | 0.97 | 0.71 | 79.17 | 0.95 | 0.15 |
| Hex | 33 | 4A | 2 | 1F | 0 | 61 | 47 | 4F | 5F | F |
| Octal | 63 | 112 | 2 | 37 | 0 | 141 | 107 | 117 | 137 | 17 |
| Binary | 110011 | 1001010 | 10 | 11111 | 0 | 1100001 | 1000111 | 1001111 | 1011111 | 1111 |
Color Harmonies of #334A02
Complementary color
Monochromatic Colors of #334A02
Black with #334A02
Text Example
Text Example
White with #334A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A02; }
p { color: rgb(51,74,2); }
H1.HeaderClassName
{
color: #334A02;
}
.AnyTagClassName
{
color: #334A02;
}
</style>
background-color css
<style>
a { background-color: #334A02; }
a { background-color: rgb(51,74,2); }
div.DivClassName
{
background-color: #334A02;
}
.BgClassName
{
background-color: #334A02;
}
</style>
border-color css
<style>
span { border-color: #334A02; }
span { border-color: rgb(51,74,2); }
td.TdClassName
{
border-color: #334A02;
}
.TagClassName
{
border-color: #334A02;
}
</style>