Shades of Turtle Green #335102
Tints of Turtle Green #335102
RGB
CMYK
RGB Variations
Color information
#335102 (or 0x335102) is known color: Turtle Green. HEX triplet: 33, 51 and 02. RGB value is (51,81,2). Sum of RGB (Red+Green+Blue) = 51+81+2=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #335102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335102 is #CCAEFD. Grayscale: #3F3F3F. Windows color (decimal): -13414142 or 151859. OLE color: 151859.
HSL color Cylindrical-coordinate representation of color #335102: hue angle of 82.78º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #335102 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 2 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.68 |
| HSL | 82.78º | 0.95% | 0.16% | - |
| HSV(B) | 82.78º | 0.98% | 0.32% | - |
| XYZ | 4.32 | 6.59 | 1.1 | - |
| YUV | 63.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 2 | 0.37 | 0 | 0.98 | 0.68 | 82.78 | 0.95 | 0.16 |
| Hex | 33 | 51 | 2 | 25 | 0 | 62 | 44 | 53 | 5F | 10 |
| Octal | 63 | 121 | 2 | 45 | 0 | 142 | 104 | 123 | 137 | 20 |
| Binary | 110011 | 1010001 | 10 | 100101 | 0 | 1100010 | 1000100 | 1010011 | 1011111 | 10000 |
Color Harmonies of #335102
Complementary color
Monochromatic Colors of #335102
Black with #335102
Text Example
Text Example
White with #335102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335102; }
p { color: rgb(51,81,2); }
H1.HeaderClassName
{
color: #335102;
}
.AnyTagClassName
{
color: #335102;
}
</style>
background-color css
<style>
a { background-color: #335102; }
a { background-color: rgb(51,81,2); }
div.DivClassName
{
background-color: #335102;
}
.BgClassName
{
background-color: #335102;
}
</style>
border-color css
<style>
span { border-color: #335102; }
span { border-color: rgb(51,81,2); }
td.TdClassName
{
border-color: #335102;
}
.TagClassName
{
border-color: #335102;
}
</style>