Shades of Jewel #02653C
Tints of Jewel #02653C
RGB
CMYK
RGB Variations
Color information
#02653C (or 0x02653C) is known color: Jewel. HEX triplet: 02, 65 and 3C. RGB value is (2,101,60). Sum of RGB (Red+Green+Blue) = 2+101+60=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #02653C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02653C is #FD9AC3. Grayscale: #424242. Windows color (decimal): -16620228 or 3958018. OLE color: 3958018.
HSL color Cylindrical-coordinate representation of color #02653C: hue angle of 155.15º 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 #02653C is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 101 | 60 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.60 |
| HSL | 155.15º | 0.96% | 0.2% | - |
| HSV(B) | 155.15º | 0.98% | 0.4% | - |
| XYZ | 5.49 | 9.65 | 5.85 | - |
| YUV | 66.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 60 | 0.98 | 0 | 0.41 | 0.60 | 155.15 | 0.96 | 0.2 |
| Hex | 2 | 65 | 3C | 62 | 0 | 29 | 3C | 9B | 60 | 14 |
| Octal | 2 | 145 | 74 | 142 | 0 | 51 | 74 | 233 | 140 | 24 |
| Binary | 10 | 1100101 | 111100 | 1100010 | 0 | 101001 | 111100 | 10011011 | 1100000 | 10100 |
Color Harmonies of #02653C
Complementary color
Monochromatic Colors of #02653C
Black with #02653C
Text Example
Text Example
White with #02653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02653C; }
p { color: rgb(2,101,60); }
H1.HeaderClassName
{
color: #02653C;
}
.AnyTagClassName
{
color: #02653C;
}
</style>
background-color css
<style>
a { background-color: #02653C; }
a { background-color: rgb(2,101,60); }
div.DivClassName
{
background-color: #02653C;
}
.BgClassName
{
background-color: #02653C;
}
</style>
border-color css
<style>
span { border-color: #02653C; }
span { border-color: rgb(2,101,60); }
td.TdClassName
{
border-color: #02653C;
}
.TagClassName
{
border-color: #02653C;
}
</style>