Shades of Jewel #02643B
Tints of Jewel #02643B
RGB
CMYK
RGB Variations
Color information
#02643B (or 0x02643B) is known color: Jewel. HEX triplet: 02, 64 and 3B. RGB value is (2,100,59). Sum of RGB (Red+Green+Blue) = 2+100+59=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 100 (39.45% from 255 or 62.11% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 100 - color contains mainly: green. Hex color #02643B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02643B is #FD9BC4. Grayscale: #424242. Windows color (decimal): -16620485 or 3892226. OLE color: 3892226.
HSL color Cylindrical-coordinate representation of color #02643B: hue angle of 154.9º 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 #02643B is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 100 | 59 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.61 |
| HSL | 154.9º | 0.96% | 0.2% | - |
| HSV(B) | 154.9º | 0.98% | 0.39% | - |
| XYZ | 5.37 | 9.44 | 5.68 | - |
| YUV | 66.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 59 | 0.98 | 0 | 0.41 | 0.61 | 154.9 | 0.96 | 0.2 |
| Hex | 2 | 64 | 3B | 62 | 0 | 29 | 3D | 9B | 60 | 14 |
| Octal | 2 | 144 | 73 | 142 | 0 | 51 | 75 | 233 | 140 | 24 |
| Binary | 10 | 1100100 | 111011 | 1100010 | 0 | 101001 | 111101 | 10011011 | 1100000 | 10100 |
Color Harmonies of #02643B
Complementary color
Monochromatic Colors of #02643B
Black with #02643B
Text Example
Text Example
White with #02643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02643B; }
p { color: rgb(2,100,59); }
H1.HeaderClassName
{
color: #02643B;
}
.AnyTagClassName
{
color: #02643B;
}
</style>
background-color css
<style>
a { background-color: #02643B; }
a { background-color: rgb(2,100,59); }
div.DivClassName
{
background-color: #02643B;
}
.BgClassName
{
background-color: #02643B;
}
</style>
border-color css
<style>
span { border-color: #02643B; }
span { border-color: rgb(2,100,59); }
td.TdClassName
{
border-color: #02643B;
}
.TagClassName
{
border-color: #02643B;
}
</style>