Shades of Jewel #026D3D
Tints of Jewel #026D3D
RGB
CMYK
RGB Variations
Color information
#026D3D (or 0x026D3D) is known color: Jewel. HEX triplet: 02, 6D and 3D. RGB value is (2,109,61). Sum of RGB (Red+Green+Blue) = 2+109+61=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 109 (42.97% from 255 or 63.37% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 109 - color contains mainly: green. Hex color #026D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D3D is #FD92C2. Grayscale: #474747. Windows color (decimal): -16618179 or 4025602. OLE color: 4025602.
HSL color Cylindrical-coordinate representation of color #026D3D: hue angle of 153.08º 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 #026D3D is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 109 | 61 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.57 |
| HSL | 153.08º | 0.96% | 0.22% | - |
| HSV(B) | 153.08º | 0.98% | 0.43% | - |
| XYZ | 6.34 | 11.29 | 6.26 | - |
| YUV | 71.54 | 122.05 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 61 | 0.98 | 0 | 0.44 | 0.57 | 153.08 | 0.96 | 0.22 |
| Hex | 2 | 6D | 3D | 62 | 0 | 2C | 39 | 99 | 60 | 16 |
| Octal | 2 | 155 | 75 | 142 | 0 | 54 | 71 | 231 | 140 | 26 |
| Binary | 10 | 1101101 | 111101 | 1100010 | 0 | 101100 | 111001 | 10011001 | 1100000 | 10110 |
Color Harmonies of #026D3D
Complementary color
Monochromatic Colors of #026D3D
Black with #026D3D
Text Example
Text Example
White with #026D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D3D; }
p { color: rgb(2,109,61); }
H1.HeaderClassName
{
color: #026D3D;
}
.AnyTagClassName
{
color: #026D3D;
}
</style>
background-color css
<style>
a { background-color: #026D3D; }
a { background-color: rgb(2,109,61); }
div.DivClassName
{
background-color: #026D3D;
}
.BgClassName
{
background-color: #026D3D;
}
</style>
border-color css
<style>
span { border-color: #026D3D; }
span { border-color: rgb(2,109,61); }
td.TdClassName
{
border-color: #026D3D;
}
.TagClassName
{
border-color: #026D3D;
}
</style>