Shades of Turtle Green #333B01
Tints of Turtle Green #333B01
RGB
CMYK
RGB Variations
Color information
#333B01 (or 0x333B01) is known color: Turtle Green. HEX triplet: 33, 3B and 01. RGB value is (51,59,1). Sum of RGB (Red+Green+Blue) = 51+59+1=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #333B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333B01 is #CCC4FE. Grayscale: #323232. Windows color (decimal): -13419775 or 80691. OLE color: 80691.
HSL color Cylindrical-coordinate representation of color #333B01: hue angle of 68.28º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #333B01 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 59 | 1 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.77 |
| HSL | 68.28º | 0.97% | 0.12% | - |
| HSV(B) | 68.28º | 0.98% | 0.23% | - |
| XYZ | 2.93 | 3.83 | 0.61 | - |
| YUV | 50 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 1 | 0.14 | 0 | 0.98 | 0.77 | 68.28 | 0.97 | 0.12 |
| Hex | 33 | 3B | 1 | E | 0 | 62 | 4D | 44 | 61 | C |
| Octal | 63 | 73 | 1 | 16 | 0 | 142 | 115 | 104 | 141 | 14 |
| Binary | 110011 | 111011 | 1 | 1110 | 0 | 1100010 | 1001101 | 1000100 | 1100001 | 1100 |
Color Harmonies of #333B01
Complementary color
Monochromatic Colors of #333B01
Black with #333B01
Text Example
Text Example
White with #333B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B01; }
p { color: rgb(51,59,1); }
H1.HeaderClassName
{
color: #333B01;
}
.AnyTagClassName
{
color: #333B01;
}
</style>
background-color css
<style>
a { background-color: #333B01; }
a { background-color: rgb(51,59,1); }
div.DivClassName
{
background-color: #333B01;
}
.BgClassName
{
background-color: #333B01;
}
</style>
border-color css
<style>
span { border-color: #333B01; }
span { border-color: rgb(51,59,1); }
td.TdClassName
{
border-color: #333B01;
}
.TagClassName
{
border-color: #333B01;
}
</style>