Shades of Cyprus #023A38
Tints of Cyprus #023A38
RGB
CMYK
RGB Variations
Color information
#023A38 (or 0x023A38) is known color: Cyprus. HEX triplet: 02, 3A and 38. RGB value is (2,58,56). Sum of RGB (Red+Green+Blue) = 2+58+56=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #023A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A38 is #FDC5C7. Grayscale: #282828. Windows color (decimal): -16631240 or 3684866. OLE color: 3684866.
HSL color Cylindrical-coordinate representation of color #023A38: hue angle of 177.86º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A38 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 58 | 56 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.77 |
| HSL | 177.86º | 0.93% | 0.12% | - |
| HSV(B) | 177.86º | 0.97% | 0.23% | - |
| XYZ | 2.25 | 3.32 | 4.26 | - |
| YUV | 41.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 56 | 0.97 | 0 | 0.03 | 0.77 | 177.86 | 0.93 | 0.12 |
| Hex | 2 | 3A | 38 | 61 | 0 | 3 | 4D | B2 | 5D | C |
| Octal | 2 | 72 | 70 | 141 | 0 | 3 | 115 | 262 | 135 | 14 |
| Binary | 10 | 111010 | 111000 | 1100001 | 0 | 11 | 1001101 | 10110010 | 1011101 | 1100 |
Color Harmonies of #023A38
Complementary color
Monochromatic Colors of #023A38
Black with #023A38
Text Example
Text Example
White with #023A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A38; }
p { color: rgb(2,58,56); }
H1.HeaderClassName
{
color: #023A38;
}
.AnyTagClassName
{
color: #023A38;
}
</style>
background-color css
<style>
a { background-color: #023A38; }
a { background-color: rgb(2,58,56); }
div.DivClassName
{
background-color: #023A38;
}
.BgClassName
{
background-color: #023A38;
}
</style>
border-color css
<style>
span { border-color: #023A38; }
span { border-color: rgb(2,58,56); }
td.TdClassName
{
border-color: #023A38;
}
.TagClassName
{
border-color: #023A38;
}
</style>