Shades of Jewel #02693E
Tints of Jewel #02693E
RGB
CMYK
RGB Variations
Color information
#02693E (or 0x02693E) is known color: Jewel. HEX triplet: 02, 69 and 3E. RGB value is (2,105,62). Sum of RGB (Red+Green+Blue) = 2+105+62=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 105 (41.41% from 255 or 62.13% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 105 - color contains mainly: green. Hex color #02693E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02693E is #FD96C1. Grayscale: #454545. Windows color (decimal): -16619202 or 4090114. OLE color: 4090114.
HSL color Cylindrical-coordinate representation of color #02693E: hue angle of 154.95º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02693E is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 105 | 62 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.59 |
| HSL | 154.95º | 0.96% | 0.21% | - |
| HSV(B) | 154.95º | 0.98% | 0.41% | - |
| XYZ | 5.95 | 10.46 | 6.26 | - |
| YUV | 69.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 62 | 0.98 | 0 | 0.41 | 0.59 | 154.95 | 0.96 | 0.21 |
| Hex | 2 | 69 | 3E | 62 | 0 | 29 | 3B | 9B | 60 | 15 |
| Octal | 2 | 151 | 76 | 142 | 0 | 51 | 73 | 233 | 140 | 25 |
| Binary | 10 | 1101001 | 111110 | 1100010 | 0 | 101001 | 111011 | 10011011 | 1100000 | 10101 |
Color Harmonies of #02693E
Complementary color
Monochromatic Colors of #02693E
Black with #02693E
Text Example
Text Example
White with #02693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02693E; }
p { color: rgb(2,105,62); }
H1.HeaderClassName
{
color: #02693E;
}
.AnyTagClassName
{
color: #02693E;
}
</style>
background-color css
<style>
a { background-color: #02693E; }
a { background-color: rgb(2,105,62); }
div.DivClassName
{
background-color: #02693E;
}
.BgClassName
{
background-color: #02693E;
}
</style>
border-color css
<style>
span { border-color: #02693E; }
span { border-color: rgb(2,105,62); }
td.TdClassName
{
border-color: #02693E;
}
.TagClassName
{
border-color: #02693E;
}
</style>