Shades of Jewel #02683E
Tints of Jewel #02683E
RGB
CMYK
RGB Variations
Color information
#02683E (or 0x02683E) is known color: Jewel. HEX triplet: 02, 68 and 3E. RGB value is (2,104,62). Sum of RGB (Red+Green+Blue) = 2+104+62=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #02683E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02683E is #FD97C1. Grayscale: #444444. Windows color (decimal): -16619458 or 4089858. OLE color: 4089858.
HSL color Cylindrical-coordinate representation of color #02683E: hue angle of 155.29º 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 #02683E is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 104 | 62 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.59 |
| HSL | 155.29º | 0.96% | 0.21% | - |
| HSV(B) | 155.29º | 0.98% | 0.41% | - |
| XYZ | 5.84 | 10.26 | 6.23 | - |
| YUV | 68.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 62 | 0.98 | 0 | 0.40 | 0.59 | 155.29 | 0.96 | 0.21 |
| Hex | 2 | 68 | 3E | 62 | 0 | 28 | 3B | 9B | 60 | 15 |
| Octal | 2 | 150 | 76 | 142 | 0 | 50 | 73 | 233 | 140 | 25 |
| Binary | 10 | 1101000 | 111110 | 1100010 | 0 | 101000 | 111011 | 10011011 | 1100000 | 10101 |
Color Harmonies of #02683E
Complementary color
Monochromatic Colors of #02683E
Black with #02683E
Text Example
Text Example
White with #02683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02683E; }
p { color: rgb(2,104,62); }
H1.HeaderClassName
{
color: #02683E;
}
.AnyTagClassName
{
color: #02683E;
}
</style>
background-color css
<style>
a { background-color: #02683E; }
a { background-color: rgb(2,104,62); }
div.DivClassName
{
background-color: #02683E;
}
.BgClassName
{
background-color: #02683E;
}
</style>
border-color css
<style>
span { border-color: #02683E; }
span { border-color: rgb(2,104,62); }
td.TdClassName
{
border-color: #02683E;
}
.TagClassName
{
border-color: #02683E;
}
</style>