Shades of Cyprus #023D3E
Tints of Cyprus #023D3E
RGB
CMYK
RGB Variations
Color information
#023D3E (or 0x023D3E) is known color: Cyprus. HEX triplet: 02, 3D and 3E. RGB value is (2,61,62). Sum of RGB (Red+Green+Blue) = 2+61+62=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #023D3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D3E is #FDC2C1. Grayscale: #2B2B2B. Windows color (decimal): -16630466 or 4078850. OLE color: 4078850.
HSL color Cylindrical-coordinate representation of color #023D3E: hue angle of 181º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D3E is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 61 | 62 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.76 |
| HSL | 181º | 0.94% | 0.13% | - |
| HSV(B) | 181º | 0.97% | 0.24% | - |
| XYZ | 2.56 | 3.7 | 5.14 | - |
| YUV | 43.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 62 | 0.97 | 0.02 | 0 | 0.76 | 181 | 0.94 | 0.13 |
| Hex | 2 | 3D | 3E | 61 | 2 | 0 | 4C | B5 | 5E | D |
| Octal | 2 | 75 | 76 | 141 | 2 | 0 | 114 | 265 | 136 | 15 |
| Binary | 10 | 111101 | 111110 | 1100001 | 10 | 0 | 1001100 | 10110101 | 1011110 | 1101 |
Color Harmonies of #023D3E
Complementary color
Monochromatic Colors of #023D3E
Black with #023D3E
Text Example
Text Example
White with #023D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D3E; }
p { color: rgb(2,61,62); }
H1.HeaderClassName
{
color: #023D3E;
}
.AnyTagClassName
{
color: #023D3E;
}
</style>
background-color css
<style>
a { background-color: #023D3E; }
a { background-color: rgb(2,61,62); }
div.DivClassName
{
background-color: #023D3E;
}
.BgClassName
{
background-color: #023D3E;
}
</style>
border-color css
<style>
span { border-color: #023D3E; }
span { border-color: rgb(2,61,62); }
td.TdClassName
{
border-color: #023D3E;
}
.TagClassName
{
border-color: #023D3E;
}
</style>