Shades of Turtle Green #325002
Tints of Turtle Green #325002
RGB
CMYK
RGB Variations
Color information
#325002 (or 0x325002) is known color: Turtle Green. HEX triplet: 32, 50 and 02. RGB value is (50,80,2). Sum of RGB (Red+Green+Blue) = 50+80+2=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #325002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325002 is #CDAFFD. Grayscale: #3E3E3E. Windows color (decimal): -13479934 or 151602. OLE color: 151602.
HSL color Cylindrical-coordinate representation of color #325002: hue angle of 83.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #325002 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 2 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.69 |
| HSL | 83.08º | 0.95% | 0.16% | - |
| HSV(B) | 83.08º | 0.98% | 0.31% | - |
| XYZ | 4.2 | 6.42 | 1.08 | - |
| YUV | 62.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 2 | 0.37 | 0 | 0.98 | 0.69 | 83.08 | 0.95 | 0.16 |
| Hex | 32 | 50 | 2 | 25 | 0 | 62 | 45 | 53 | 5F | 10 |
| Octal | 62 | 120 | 2 | 45 | 0 | 142 | 105 | 123 | 137 | 20 |
| Binary | 110010 | 1010000 | 10 | 100101 | 0 | 1100010 | 1000101 | 1010011 | 1011111 | 10000 |
Color Harmonies of #325002
Complementary color
Monochromatic Colors of #325002
Black with #325002
Text Example
Text Example
White with #325002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325002; }
p { color: rgb(50,80,2); }
H1.HeaderClassName
{
color: #325002;
}
.AnyTagClassName
{
color: #325002;
}
</style>
background-color css
<style>
a { background-color: #325002; }
a { background-color: rgb(50,80,2); }
div.DivClassName
{
background-color: #325002;
}
.BgClassName
{
background-color: #325002;
}
</style>
border-color css
<style>
span { border-color: #325002; }
span { border-color: rgb(50,80,2); }
td.TdClassName
{
border-color: #325002;
}
.TagClassName
{
border-color: #325002;
}
</style>