Shades of Cyprus #023F38
Tints of Cyprus #023F38
RGB
CMYK
RGB Variations
Color information
#023F38 (or 0x023F38) is known color: Cyprus. HEX triplet: 02, 3F and 38. RGB value is (2,63,56). Sum of RGB (Red+Green+Blue) = 2+63+56=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #023F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F38 is #FDC0C7. Grayscale: #2B2B2B. Windows color (decimal): -16629960 or 3686146. OLE color: 3686146.
HSL color Cylindrical-coordinate representation of color #023F38: hue angle of 173.11º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F38 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 63 | 56 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.75 |
| HSL | 173.11º | 0.94% | 0.13% | - |
| HSV(B) | 173.11º | 0.97% | 0.25% | - |
| XYZ | 2.52 | 3.85 | 4.35 | - |
| YUV | 43.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 56 | 0.97 | 0 | 0.11 | 0.75 | 173.11 | 0.94 | 0.13 |
| Hex | 2 | 3F | 38 | 61 | 0 | B | 4B | AD | 5E | D |
| Octal | 2 | 77 | 70 | 141 | 0 | 13 | 113 | 255 | 136 | 15 |
| Binary | 10 | 111111 | 111000 | 1100001 | 0 | 1011 | 1001011 | 10101101 | 1011110 | 1101 |
Color Harmonies of #023F38
Complementary color
Monochromatic Colors of #023F38
Black with #023F38
Text Example
Text Example
White with #023F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F38; }
p { color: rgb(2,63,56); }
H1.HeaderClassName
{
color: #023F38;
}
.AnyTagClassName
{
color: #023F38;
}
</style>
background-color css
<style>
a { background-color: #023F38; }
a { background-color: rgb(2,63,56); }
div.DivClassName
{
background-color: #023F38;
}
.BgClassName
{
background-color: #023F38;
}
</style>
border-color css
<style>
span { border-color: #023F38; }
span { border-color: rgb(2,63,56); }
td.TdClassName
{
border-color: #023F38;
}
.TagClassName
{
border-color: #023F38;
}
</style>