Shades of Jewel #02643C
Tints of Jewel #02643C
RGB
CMYK
RGB Variations
Color information
#02643C (or 0x02643C) is known color: Jewel. HEX triplet: 02, 64 and 3C. RGB value is (2,100,60). Sum of RGB (Red+Green+Blue) = 2+100+60=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 100 (39.45% from 255 or 61.73% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 100 - color contains mainly: green. Hex color #02643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02643C is #FD9BC3. Grayscale: #424242. Windows color (decimal): -16620484 or 3957762. OLE color: 3957762.
HSL color Cylindrical-coordinate representation of color #02643C: hue angle of 155.51º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02643C is Cyan = 0.98, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 100 | 60 | - |
| CMYK | 0.98 | 0 | 0.4 | 0.61 |
| HSL | 155.51º | 0.96% | 0.2% | - |
| HSV(B) | 155.51º | 0.98% | 0.39% | - |
| XYZ | 5.4 | 9.45 | 5.82 | - |
| YUV | 66.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 60 | 0.98 | 0 | 0.4 | 0.61 | 155.51 | 0.96 | 0.2 |
| Hex | 2 | 64 | 3C | 62 | 0 | 28 | 3D | 9C | 60 | 14 |
| Octal | 2 | 144 | 74 | 142 | 0 | 50 | 75 | 234 | 140 | 24 |
| Binary | 10 | 1100100 | 111100 | 1100010 | 0 | 101000 | 111101 | 10011100 | 1100000 | 10100 |
Color Harmonies of #02643C
Complementary color
Monochromatic Colors of #02643C
Black with #02643C
Text Example
Text Example
White with #02643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02643C; }
p { color: rgb(2,100,60); }
H1.HeaderClassName
{
color: #02643C;
}
.AnyTagClassName
{
color: #02643C;
}
</style>
background-color css
<style>
a { background-color: #02643C; }
a { background-color: rgb(2,100,60); }
div.DivClassName
{
background-color: #02643C;
}
.BgClassName
{
background-color: #02643C;
}
</style>
border-color css
<style>
span { border-color: #02643C; }
span { border-color: rgb(2,100,60); }
td.TdClassName
{
border-color: #02643C;
}
.TagClassName
{
border-color: #02643C;
}
</style>