Shades of Turtle Green #335202
Tints of Turtle Green #335202
RGB
CMYK
RGB Variations
Color information
#335202 (or 0x335202) is known color: Turtle Green. HEX triplet: 33, 52 and 02. RGB value is (51,82,2). Sum of RGB (Red+Green+Blue) = 51+82+2=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #335202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335202 is #CCADFD. Grayscale: #3F3F3F. Windows color (decimal): -13413886 or 152115. OLE color: 152115.
HSL color Cylindrical-coordinate representation of color #335202: hue angle of 83.25º 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 #335202 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 2 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.68 |
| HSL | 83.25º | 0.95% | 0.16% | - |
| HSV(B) | 83.25º | 0.98% | 0.32% | - |
| XYZ | 4.39 | 6.74 | 1.13 | - |
| YUV | 63.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 2 | 0.38 | 0 | 0.98 | 0.68 | 83.25 | 0.95 | 0.16 |
| Hex | 33 | 52 | 2 | 26 | 0 | 62 | 44 | 53 | 5F | 10 |
| Octal | 63 | 122 | 2 | 46 | 0 | 142 | 104 | 123 | 137 | 20 |
| Binary | 110011 | 1010010 | 10 | 100110 | 0 | 1100010 | 1000100 | 1010011 | 1011111 | 10000 |
Color Harmonies of #335202
Complementary color
Monochromatic Colors of #335202
Black with #335202
Text Example
Text Example
White with #335202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335202; }
p { color: rgb(51,82,2); }
H1.HeaderClassName
{
color: #335202;
}
.AnyTagClassName
{
color: #335202;
}
</style>
background-color css
<style>
a { background-color: #335202; }
a { background-color: rgb(51,82,2); }
div.DivClassName
{
background-color: #335202;
}
.BgClassName
{
background-color: #335202;
}
</style>
border-color css
<style>
span { border-color: #335202; }
span { border-color: rgb(51,82,2); }
td.TdClassName
{
border-color: #335202;
}
.TagClassName
{
border-color: #335202;
}
</style>