Shades of Cyprus #033F3E
Tints of Cyprus #033F3E
RGB
CMYK
RGB Variations
Color information
#033F3E (or 0x033F3E) is known color: Cyprus. HEX triplet: 03, 3F and 3E. RGB value is (3,63,62). Sum of RGB (Red+Green+Blue) = 3+63+62=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #033F3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F3E is #FCC0C1. Grayscale: #2C2C2C. Windows color (decimal): -16564418 or 4079363. OLE color: 4079363.
HSL color Cylindrical-coordinate representation of color #033F3E: hue angle of 179º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F3E is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 63 | 62 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.75 |
| HSL | 179º | 0.91% | 0.13% | - |
| HSV(B) | 179º | 0.95% | 0.25% | - |
| XYZ | 2.68 | 3.92 | 5.17 | - |
| YUV | 44.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 62 | 0.95 | 0 | 0.02 | 0.75 | 179 | 0.91 | 0.13 |
| Hex | 3 | 3F | 3E | 5F | 0 | 2 | 4B | B3 | 5B | D |
| Octal | 3 | 77 | 76 | 137 | 0 | 2 | 113 | 263 | 133 | 15 |
| Binary | 11 | 111111 | 111110 | 1011111 | 0 | 10 | 1001011 | 10110011 | 1011011 | 1101 |
Color Harmonies of #033F3E
Complementary color
Monochromatic Colors of #033F3E
Black with #033F3E
Text Example
Text Example
White with #033F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F3E; }
p { color: rgb(3,63,62); }
H1.HeaderClassName
{
color: #033F3E;
}
.AnyTagClassName
{
color: #033F3E;
}
</style>
background-color css
<style>
a { background-color: #033F3E; }
a { background-color: rgb(3,63,62); }
div.DivClassName
{
background-color: #033F3E;
}
.BgClassName
{
background-color: #033F3E;
}
</style>
border-color css
<style>
span { border-color: #033F3E; }
span { border-color: rgb(3,63,62); }
td.TdClassName
{
border-color: #033F3E;
}
.TagClassName
{
border-color: #033F3E;
}
</style>