Shades of Turtle Green #333B0F
Tints of Turtle Green #333B0F
RGB
CMYK
RGB Variations
Color information
#333B0F (or 0x333B0F) is known color: Turtle Green. HEX triplet: 33, 3B and 0F. RGB value is (51,59,15). Sum of RGB (Red+Green+Blue) = 51+59+15=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #333B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333B0F is #CCC4F0. Grayscale: #333333. Windows color (decimal): -13419761 or 998195. OLE color: 998195.
HSL color Cylindrical-coordinate representation of color #333B0F: hue angle of 70.91º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333B0F is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 59 | 15 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.77 |
| HSL | 70.91º | 0.59% | 0.15% | - |
| HSV(B) | 70.91º | 0.75% | 0.23% | - |
| XYZ | 3.02 | 3.87 | 1.04 | - |
| YUV | 51.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 15 | 0.14 | 0 | 0.75 | 0.77 | 70.91 | 0.59 | 0.15 |
| Hex | 33 | 3B | F | E | 0 | 4B | 4D | 47 | 3B | F |
| Octal | 63 | 73 | 17 | 16 | 0 | 113 | 115 | 107 | 73 | 17 |
| Binary | 110011 | 111011 | 1111 | 1110 | 0 | 1001011 | 1001101 | 1000111 | 111011 | 1111 |
Color Harmonies of #333B0F
Complementary color
Monochromatic Colors of #333B0F
Black with #333B0F
Text Example
Text Example
White with #333B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B0F; }
p { color: rgb(51,59,15); }
H1.HeaderClassName
{
color: #333B0F;
}
.AnyTagClassName
{
color: #333B0F;
}
</style>
background-color css
<style>
a { background-color: #333B0F; }
a { background-color: rgb(51,59,15); }
div.DivClassName
{
background-color: #333B0F;
}
.BgClassName
{
background-color: #333B0F;
}
</style>
border-color css
<style>
span { border-color: #333B0F; }
span { border-color: rgb(51,59,15); }
td.TdClassName
{
border-color: #333B0F;
}
.TagClassName
{
border-color: #333B0F;
}
</style>