Shades of Turtle Green #333C03
Tints of Turtle Green #333C03
RGB
CMYK
RGB Variations
Color information
#333C03 (or 0x333C03) is known color: Turtle Green. HEX triplet: 33, 3C and 03. RGB value is (51,60,3). Sum of RGB (Red+Green+Blue) = 51+60+3=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #333C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333C03 is #CCC3FC. Grayscale: #333333. Windows color (decimal): -13419517 or 212019. OLE color: 212019.
HSL color Cylindrical-coordinate representation of color #333C03: hue angle of 69.47º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #333C03 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 3 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.76 |
| HSL | 69.47º | 0.9% | 0.12% | - |
| HSV(B) | 69.47º | 0.95% | 0.24% | - |
| XYZ | 3 | 3.94 | 0.69 | - |
| YUV | 50.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 3 | 0.15 | 0 | 0.95 | 0.76 | 69.47 | 0.9 | 0.12 |
| Hex | 33 | 3C | 3 | F | 0 | 5F | 4C | 45 | 5A | C |
| Octal | 63 | 74 | 3 | 17 | 0 | 137 | 114 | 105 | 132 | 14 |
| Binary | 110011 | 111100 | 11 | 1111 | 0 | 1011111 | 1001100 | 1000101 | 1011010 | 1100 |
Color Harmonies of #333C03
Complementary color
Monochromatic Colors of #333C03
Black with #333C03
Text Example
Text Example
White with #333C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C03; }
p { color: rgb(51,60,3); }
H1.HeaderClassName
{
color: #333C03;
}
.AnyTagClassName
{
color: #333C03;
}
</style>
background-color css
<style>
a { background-color: #333C03; }
a { background-color: rgb(51,60,3); }
div.DivClassName
{
background-color: #333C03;
}
.BgClassName
{
background-color: #333C03;
}
</style>
border-color css
<style>
span { border-color: #333C03; }
span { border-color: rgb(51,60,3); }
td.TdClassName
{
border-color: #333C03;
}
.TagClassName
{
border-color: #333C03;
}
</style>