Shades of Jewel #02623C
Tints of Jewel #02623C
RGB
CMYK
RGB Variations
Color information
#02623C (or 0x02623C) is known color: Jewel. HEX triplet: 02, 62 and 3C. RGB value is (2,98,60). Sum of RGB (Red+Green+Blue) = 2+98+60=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #02623C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02623C is #FD9DC3. Grayscale: #414141. Windows color (decimal): -16620996 or 3957250. OLE color: 3957250.
HSL color Cylindrical-coordinate representation of color #02623C: hue angle of 156.25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02623C is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 98 | 60 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.62 |
| HSL | 156.25º | 0.96% | 0.2% | - |
| HSV(B) | 156.25º | 0.98% | 0.38% | - |
| XYZ | 5.21 | 9.07 | 5.75 | - |
| YUV | 64.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 60 | 0.98 | 0 | 0.39 | 0.62 | 156.25 | 0.96 | 0.2 |
| Hex | 2 | 62 | 3C | 62 | 0 | 27 | 3E | 9C | 60 | 14 |
| Octal | 2 | 142 | 74 | 142 | 0 | 47 | 76 | 234 | 140 | 24 |
| Binary | 10 | 1100010 | 111100 | 1100010 | 0 | 100111 | 111110 | 10011100 | 1100000 | 10100 |
Color Harmonies of #02623C
Complementary color
Monochromatic Colors of #02623C
Black with #02623C
Text Example
Text Example
White with #02623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02623C; }
p { color: rgb(2,98,60); }
H1.HeaderClassName
{
color: #02623C;
}
.AnyTagClassName
{
color: #02623C;
}
</style>
background-color css
<style>
a { background-color: #02623C; }
a { background-color: rgb(2,98,60); }
div.DivClassName
{
background-color: #02623C;
}
.BgClassName
{
background-color: #02623C;
}
</style>
border-color css
<style>
span { border-color: #02623C; }
span { border-color: rgb(2,98,60); }
td.TdClassName
{
border-color: #02623C;
}
.TagClassName
{
border-color: #02623C;
}
</style>