Shades of Turtle Green #333A15
Tints of Turtle Green #333A15
RGB
CMYK
RGB Variations
Color information
#333A15 (or 0x333A15) is known color: Turtle Green. HEX triplet: 33, 3A and 15. RGB value is (51,58,21). Sum of RGB (Red+Green+Blue) = 51+58+21=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #333A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333A15 is #CCC5EA. Grayscale: #333333. Windows color (decimal): -13420011 or 1391155. OLE color: 1391155.
HSL color Cylindrical-coordinate representation of color #333A15: hue angle of 71.35º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #333A15 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 58 | 21 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.77 |
| HSL | 71.35º | 0.47% | 0.15% | - |
| HSV(B) | 71.35º | 0.64% | 0.23% | - |
| XYZ | 3.01 | 3.78 | 1.28 | - |
| YUV | 51.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 21 | 0.12 | 0 | 0.64 | 0.77 | 71.35 | 0.47 | 0.15 |
| Hex | 33 | 3A | 15 | C | 0 | 40 | 4D | 47 | 2F | F |
| Octal | 63 | 72 | 25 | 14 | 0 | 100 | 115 | 107 | 57 | 17 |
| Binary | 110011 | 111010 | 10101 | 1100 | 0 | 1000000 | 1001101 | 1000111 | 101111 | 1111 |
Color Harmonies of #333A15
Complementary color
Monochromatic Colors of #333A15
Black with #333A15
Text Example
Text Example
White with #333A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333A15; }
p { color: rgb(51,58,21); }
H1.HeaderClassName
{
color: #333A15;
}
.AnyTagClassName
{
color: #333A15;
}
</style>
background-color css
<style>
a { background-color: #333A15; }
a { background-color: rgb(51,58,21); }
div.DivClassName
{
background-color: #333A15;
}
.BgClassName
{
background-color: #333A15;
}
</style>
border-color css
<style>
span { border-color: #333A15; }
span { border-color: rgb(51,58,21); }
td.TdClassName
{
border-color: #333A15;
}
.TagClassName
{
border-color: #333A15;
}
</style>