Shades of Turtle Green #323B1F
Tints of Turtle Green #323B1F
RGB
CMYK
RGB Variations
Color information
#323B1F (or 0x323B1F) is known color: Turtle Green. HEX triplet: 32, 3B and 1F. RGB value is (50,59,31). Sum of RGB (Red+Green+Blue) = 50+59+31=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 59 - color contains mainly: green. Hex color #323B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B1F is #CDC4E0. Grayscale: #353535. Windows color (decimal): -13485281 or 2046770. OLE color: 2046770.
HSL color Cylindrical-coordinate representation of color #323B1F: hue angle of 79.29º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #323B1F is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 59 | 31 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.77 |
| HSL | 79.29º | 0.31% | 0.18% | - |
| HSV(B) | 79.29º | 0.47% | 0.23% | - |
| XYZ | 3.13 | 3.9 | 1.89 | - |
| YUV | 53.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 31 | 0.15 | 0 | 0.47 | 0.77 | 79.29 | 0.31 | 0.18 |
| Hex | 32 | 3B | 1F | F | 0 | 2F | 4D | 4F | 1F | 12 |
| Octal | 62 | 73 | 37 | 17 | 0 | 57 | 115 | 117 | 37 | 22 |
| Binary | 110010 | 111011 | 11111 | 1111 | 0 | 101111 | 1001101 | 1001111 | 11111 | 10010 |
Color Harmonies of #323B1F
Complementary color
Monochromatic Colors of #323B1F
Black with #323B1F
Text Example
Text Example
White with #323B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B1F; }
p { color: rgb(50,59,31); }
H1.HeaderClassName
{
color: #323B1F;
}
.AnyTagClassName
{
color: #323B1F;
}
</style>
background-color css
<style>
a { background-color: #323B1F; }
a { background-color: rgb(50,59,31); }
div.DivClassName
{
background-color: #323B1F;
}
.BgClassName
{
background-color: #323B1F;
}
</style>
border-color css
<style>
span { border-color: #323B1F; }
span { border-color: rgb(50,59,31); }
td.TdClassName
{
border-color: #323B1F;
}
.TagClassName
{
border-color: #323B1F;
}
</style>