Shades of Jewel #02653F
Tints of Jewel #02653F
RGB
CMYK
RGB Variations
Color information
#02653F (or 0x02653F) is known color: Jewel. HEX triplet: 02, 65 and 3F. RGB value is (2,101,63). Sum of RGB (Red+Green+Blue) = 2+101+63=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 101 (39.84% from 255 or 60.84% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 101 - color contains mainly: green. Hex color #02653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02653F is #FD9AC0. Grayscale: #434343. Windows color (decimal): -16620225 or 4154626. OLE color: 4154626.
HSL color Cylindrical-coordinate representation of color #02653F: hue angle of 156.97º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02653F is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 101 | 63 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.60 |
| HSL | 156.97º | 0.96% | 0.2% | - |
| HSV(B) | 156.97º | 0.98% | 0.4% | - |
| XYZ | 5.58 | 9.68 | 6.28 | - |
| YUV | 67.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 63 | 0.98 | 0 | 0.38 | 0.60 | 156.97 | 0.96 | 0.2 |
| Hex | 2 | 65 | 3F | 62 | 0 | 26 | 3C | 9D | 60 | 14 |
| Octal | 2 | 145 | 77 | 142 | 0 | 46 | 74 | 235 | 140 | 24 |
| Binary | 10 | 1100101 | 111111 | 1100010 | 0 | 100110 | 111100 | 10011101 | 1100000 | 10100 |
Color Harmonies of #02653F
Complementary color
Monochromatic Colors of #02653F
Black with #02653F
Text Example
Text Example
White with #02653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02653F; }
p { color: rgb(2,101,63); }
H1.HeaderClassName
{
color: #02653F;
}
.AnyTagClassName
{
color: #02653F;
}
</style>
background-color css
<style>
a { background-color: #02653F; }
a { background-color: rgb(2,101,63); }
div.DivClassName
{
background-color: #02653F;
}
.BgClassName
{
background-color: #02653F;
}
</style>
border-color css
<style>
span { border-color: #02653F; }
span { border-color: rgb(2,101,63); }
td.TdClassName
{
border-color: #02653F;
}
.TagClassName
{
border-color: #02653F;
}
</style>