Shades of Jewel #015D3D
Tints of Jewel #015D3D
RGB
CMYK
RGB Variations
Color information
#015D3D (or 0x015D3D) is known color: Jewel. HEX triplet: 01, 5D and 3D. RGB value is (1,93,61). Sum of RGB (Red+Green+Blue) = 1+93+61=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 93 (36.72% from 255 or 60% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 93 - color contains mainly: green. Hex color #015D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D3D is #FEA2C2. Grayscale: #3D3D3D. Windows color (decimal): -16687811 or 4021505. OLE color: 4021505.
HSL color Cylindrical-coordinate representation of color #015D3D: hue angle of 159.13º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D3D is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 61 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.64 |
| HSL | 159.13º | 0.98% | 0.18% | - |
| HSV(B) | 159.13º | 0.99% | 0.36% | - |
| XYZ | 4.77 | 8.17 | 5.74 | - |
| YUV | 61.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 61 | 0.99 | 0 | 0.34 | 0.64 | 159.13 | 0.98 | 0.18 |
| Hex | 1 | 5D | 3D | 63 | 0 | 22 | 40 | 9F | 62 | 12 |
| Octal | 1 | 135 | 75 | 143 | 0 | 42 | 100 | 237 | 142 | 22 |
| Binary | 1 | 1011101 | 111101 | 1100011 | 0 | 100010 | 1000000 | 10011111 | 1100010 | 10010 |
Color Harmonies of #015D3D
Complementary color
Monochromatic Colors of #015D3D
Black with #015D3D
Text Example
Text Example
White with #015D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D3D; }
p { color: rgb(1,93,61); }
H1.HeaderClassName
{
color: #015D3D;
}
.AnyTagClassName
{
color: #015D3D;
}
</style>
background-color css
<style>
a { background-color: #015D3D; }
a { background-color: rgb(1,93,61); }
div.DivClassName
{
background-color: #015D3D;
}
.BgClassName
{
background-color: #015D3D;
}
</style>
border-color css
<style>
span { border-color: #015D3D; }
span { border-color: rgb(1,93,61); }
td.TdClassName
{
border-color: #015D3D;
}
.TagClassName
{
border-color: #015D3D;
}
</style>