Shades of Turtle Green #333B1F
Tints of Turtle Green #333B1F
RGB
CMYK
RGB Variations
Color information
#333B1F (or 0x333B1F) is known color: Turtle Green. HEX triplet: 33, 3B and 1F. RGB value is (51,59,31). Sum of RGB (Red+Green+Blue) = 51+59+31=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #333B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B1F is #CCC4E0. Grayscale: #353535. Windows color (decimal): -13419745 or 2046771. OLE color: 2046771.
HSL color Cylindrical-coordinate representation of color #333B1F: hue angle of 77.14º 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 #333B1F is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 59 | 31 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.77 |
| HSL | 77.14º | 0.31% | 0.18% | - |
| HSV(B) | 77.14º | 0.47% | 0.23% | - |
| XYZ | 3.18 | 3.93 | 1.89 | - |
| YUV | 53.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 31 | 0.14 | 0 | 0.47 | 0.77 | 77.14 | 0.31 | 0.18 |
| Hex | 33 | 3B | 1F | E | 0 | 2F | 4D | 4D | 1F | 12 |
| Octal | 63 | 73 | 37 | 16 | 0 | 57 | 115 | 115 | 37 | 22 |
| Binary | 110011 | 111011 | 11111 | 1110 | 0 | 101111 | 1001101 | 1001101 | 11111 | 10010 |
Color Harmonies of #333B1F
Complementary color
Monochromatic Colors of #333B1F
Black with #333B1F
Text Example
Text Example
White with #333B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B1F; }
p { color: rgb(51,59,31); }
H1.HeaderClassName
{
color: #333B1F;
}
.AnyTagClassName
{
color: #333B1F;
}
</style>
background-color css
<style>
a { background-color: #333B1F; }
a { background-color: rgb(51,59,31); }
div.DivClassName
{
background-color: #333B1F;
}
.BgClassName
{
background-color: #333B1F;
}
</style>
border-color css
<style>
span { border-color: #333B1F; }
span { border-color: rgb(51,59,31); }
td.TdClassName
{
border-color: #333B1F;
}
.TagClassName
{
border-color: #333B1F;
}
</style>