Shades of Turtle Green #323301
Tints of Turtle Green #323301
RGB
CMYK
RGB Variations
Color information
#323301 (or 0x323301) is known color: Turtle Green. HEX triplet: 32, 33 and 01. RGB value is (50,51,1). Sum of RGB (Red+Green+Blue) = 50+51+1=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #323301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323301 is #CDCCFE. Grayscale: #2D2D2D. Windows color (decimal): -13487359 or 78642. OLE color: 78642.
HSL color Cylindrical-coordinate representation of color #323301: hue angle of 61.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #323301 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 51 | 1 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.8 |
| HSL | 61.2º | 0.96% | 0.1% | - |
| HSV(B) | 61.2º | 0.98% | 0.2% | - |
| XYZ | 2.5 | 3.05 | 0.49 | - |
| YUV | 45 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 1 | 0.02 | 0 | 0.98 | 0.8 | 61.2 | 0.96 | 0.1 |
| Hex | 32 | 33 | 1 | 2 | 0 | 62 | 50 | 3D | 60 | A |
| Octal | 62 | 63 | 1 | 2 | 0 | 142 | 120 | 75 | 140 | 12 |
| Binary | 110010 | 110011 | 1 | 10 | 0 | 1100010 | 1010000 | 111101 | 1100000 | 1010 |
Color Harmonies of #323301
Complementary color
Monochromatic Colors of #323301
Black with #323301
Text Example
Text Example
White with #323301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323301; }
p { color: rgb(50,51,1); }
H1.HeaderClassName
{
color: #323301;
}
.AnyTagClassName
{
color: #323301;
}
</style>
background-color css
<style>
a { background-color: #323301; }
a { background-color: rgb(50,51,1); }
div.DivClassName
{
background-color: #323301;
}
.BgClassName
{
background-color: #323301;
}
</style>
border-color css
<style>
span { border-color: #323301; }
span { border-color: rgb(50,51,1); }
td.TdClassName
{
border-color: #323301;
}
.TagClassName
{
border-color: #323301;
}
</style>