Shades of Turtle Green #333F1F
Tints of Turtle Green #333F1F
RGB
CMYK
RGB Variations
Color information
#333F1F (or 0x333F1F) is known color: Turtle Green. HEX triplet: 33, 3F and 1F. RGB value is (51,63,31). Sum of RGB (Red+Green+Blue) = 51+63+31=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #333F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F1F is #CCC0E0. Grayscale: #373737. Windows color (decimal): -13418721 or 2047795. OLE color: 2047795.
HSL color Cylindrical-coordinate representation of color #333F1F: hue angle of 82.5º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #333F1F is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 63 | 31 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.75 |
| HSL | 82.5º | 0.34% | 0.18% | - |
| HSV(B) | 82.5º | 0.51% | 0.25% | - |
| XYZ | 3.39 | 4.36 | 1.96 | - |
| YUV | 55.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 31 | 0.19 | 0 | 0.51 | 0.75 | 82.5 | 0.34 | 0.18 |
| Hex | 33 | 3F | 1F | 13 | 0 | 33 | 4B | 52 | 22 | 12 |
| Octal | 63 | 77 | 37 | 23 | 0 | 63 | 113 | 122 | 42 | 22 |
| Binary | 110011 | 111111 | 11111 | 10011 | 0 | 110011 | 1001011 | 1010010 | 100010 | 10010 |
Color Harmonies of #333F1F
Complementary color
Monochromatic Colors of #333F1F
Black with #333F1F
Text Example
Text Example
White with #333F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F1F; }
p { color: rgb(51,63,31); }
H1.HeaderClassName
{
color: #333F1F;
}
.AnyTagClassName
{
color: #333F1F;
}
</style>
background-color css
<style>
a { background-color: #333F1F; }
a { background-color: rgb(51,63,31); }
div.DivClassName
{
background-color: #333F1F;
}
.BgClassName
{
background-color: #333F1F;
}
</style>
border-color css
<style>
span { border-color: #333F1F; }
span { border-color: rgb(51,63,31); }
td.TdClassName
{
border-color: #333F1F;
}
.TagClassName
{
border-color: #333F1F;
}
</style>