Shades of Cyprus #023D36
Tints of Cyprus #023D36
RGB
CMYK
RGB Variations
Color information
#023D36 (or 0x023D36) is known color: Cyprus. HEX triplet: 02, 3D and 36. RGB value is (2,61,54). Sum of RGB (Red+Green+Blue) = 2+61+54=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #023D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D36 is #FDC2C9. Grayscale: #2A2A2A. Windows color (decimal): -16630474 or 3554562. OLE color: 3554562.
HSL color Cylindrical-coordinate representation of color #023D36: hue angle of 172.88º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D36 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 61 | 54 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.76 |
| HSL | 172.88º | 0.94% | 0.12% | - |
| HSV(B) | 172.88º | 0.97% | 0.24% | - |
| XYZ | 2.36 | 3.62 | 4.06 | - |
| YUV | 42.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 54 | 0.97 | 0 | 0.11 | 0.76 | 172.88 | 0.94 | 0.12 |
| Hex | 2 | 3D | 36 | 61 | 0 | B | 4C | AD | 5E | C |
| Octal | 2 | 75 | 66 | 141 | 0 | 13 | 114 | 255 | 136 | 14 |
| Binary | 10 | 111101 | 110110 | 1100001 | 0 | 1011 | 1001100 | 10101101 | 1011110 | 1100 |
Color Harmonies of #023D36
Complementary color
Monochromatic Colors of #023D36
Black with #023D36
Text Example
Text Example
White with #023D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D36; }
p { color: rgb(2,61,54); }
H1.HeaderClassName
{
color: #023D36;
}
.AnyTagClassName
{
color: #023D36;
}
</style>
background-color css
<style>
a { background-color: #023D36; }
a { background-color: rgb(2,61,54); }
div.DivClassName
{
background-color: #023D36;
}
.BgClassName
{
background-color: #023D36;
}
</style>
border-color css
<style>
span { border-color: #023D36; }
span { border-color: rgb(2,61,54); }
td.TdClassName
{
border-color: #023D36;
}
.TagClassName
{
border-color: #023D36;
}
</style>