Shades of Jewel #026E3C
Tints of Jewel #026E3C
RGB
CMYK
RGB Variations
Color information
#026E3C (or 0x026E3C) is known color: Jewel. HEX triplet: 02, 6E and 3C. RGB value is (2,110,60). Sum of RGB (Red+Green+Blue) = 2+110+60=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 110 (43.36% from 255 or 63.95% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 110 - color contains mainly: green. Hex color #026E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026E3C is #FD91C3. Grayscale: #484848. Windows color (decimal): -16617924 or 3960322. OLE color: 3960322.
HSL color Cylindrical-coordinate representation of color #026E3C: hue angle of 152.22º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026E3C is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 110 | 60 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.57 |
| HSL | 152.22º | 0.96% | 0.22% | - |
| HSV(B) | 152.22º | 0.98% | 0.43% | - |
| XYZ | 6.42 | 11.49 | 6.15 | - |
| YUV | 72.01 | 121.22 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 60 | 0.98 | 0 | 0.45 | 0.57 | 152.22 | 0.96 | 0.22 |
| Hex | 2 | 6E | 3C | 62 | 0 | 2D | 39 | 98 | 60 | 16 |
| Octal | 2 | 156 | 74 | 142 | 0 | 55 | 71 | 230 | 140 | 26 |
| Binary | 10 | 1101110 | 111100 | 1100010 | 0 | 101101 | 111001 | 10011000 | 1100000 | 10110 |
Color Harmonies of #026E3C
Complementary color
Monochromatic Colors of #026E3C
Black with #026E3C
Text Example
Text Example
White with #026E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E3C; }
p { color: rgb(2,110,60); }
H1.HeaderClassName
{
color: #026E3C;
}
.AnyTagClassName
{
color: #026E3C;
}
</style>
background-color css
<style>
a { background-color: #026E3C; }
a { background-color: rgb(2,110,60); }
div.DivClassName
{
background-color: #026E3C;
}
.BgClassName
{
background-color: #026E3C;
}
</style>
border-color css
<style>
span { border-color: #026E3C; }
span { border-color: rgb(2,110,60); }
td.TdClassName
{
border-color: #026E3C;
}
.TagClassName
{
border-color: #026E3C;
}
</style>