Shades of Turtle Green #323702
Tints of Turtle Green #323702
RGB
CMYK
RGB Variations
Color information
#323702 (or 0x323702) is known color: Turtle Green. HEX triplet: 32, 37 and 02. RGB value is (50,55,2). Sum of RGB (Red+Green+Blue) = 50+55+2=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #323702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323702 is #CDC8FD. Grayscale: #2F2F2F. Windows color (decimal): -13486334 or 145202. OLE color: 145202.
HSL color Cylindrical-coordinate representation of color #323702: hue angle of 65.66º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #323702 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 2 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.78 |
| HSL | 65.66º | 0.93% | 0.11% | - |
| HSV(B) | 65.66º | 0.96% | 0.22% | - |
| XYZ | 2.69 | 3.41 | 0.57 | - |
| YUV | 47.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 2 | 0.09 | 0 | 0.96 | 0.78 | 65.66 | 0.93 | 0.11 |
| Hex | 32 | 37 | 2 | 9 | 0 | 60 | 4E | 42 | 5D | B |
| Octal | 62 | 67 | 2 | 11 | 0 | 140 | 116 | 102 | 135 | 13 |
| Binary | 110010 | 110111 | 10 | 1001 | 0 | 1100000 | 1001110 | 1000010 | 1011101 | 1011 |
Color Harmonies of #323702
Complementary color
Monochromatic Colors of #323702
Black with #323702
Text Example
Text Example
White with #323702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323702; }
p { color: rgb(50,55,2); }
H1.HeaderClassName
{
color: #323702;
}
.AnyTagClassName
{
color: #323702;
}
</style>
background-color css
<style>
a { background-color: #323702; }
a { background-color: rgb(50,55,2); }
div.DivClassName
{
background-color: #323702;
}
.BgClassName
{
background-color: #323702;
}
</style>
border-color css
<style>
span { border-color: #323702; }
span { border-color: rgb(50,55,2); }
td.TdClassName
{
border-color: #323702;
}
.TagClassName
{
border-color: #323702;
}
</style>