Shades of Jewel #015C3E
Tints of Jewel #015C3E
RGB
CMYK
RGB Variations
Color information
#015C3E (or 0x015C3E) is known color: Jewel. HEX triplet: 01, 5C and 3E. RGB value is (1,92,62). Sum of RGB (Red+Green+Blue) = 1+92+62=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 92 (36.33% from 255 or 59.35% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 92 - color contains mainly: green. Hex color #015C3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C3E is #FEA3C1. Grayscale: #3D3D3D. Windows color (decimal): -16688066 or 4086785. OLE color: 4086785.
HSL color Cylindrical-coordinate representation of color #015C3E: hue angle of 160.22º 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 #015C3E is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 62 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.64 |
| HSL | 160.22º | 0.98% | 0.18% | - |
| HSV(B) | 160.22º | 0.99% | 0.36% | - |
| XYZ | 4.71 | 8.01 | 5.86 | - |
| YUV | 61.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 62 | 0.99 | 0 | 0.33 | 0.64 | 160.22 | 0.98 | 0.18 |
| Hex | 1 | 5C | 3E | 63 | 0 | 21 | 40 | A0 | 62 | 12 |
| Octal | 1 | 134 | 76 | 143 | 0 | 41 | 100 | 240 | 142 | 22 |
| Binary | 1 | 1011100 | 111110 | 1100011 | 0 | 100001 | 1000000 | 10100000 | 1100010 | 10010 |
Color Harmonies of #015C3E
Complementary color
Monochromatic Colors of #015C3E
Black with #015C3E
Text Example
Text Example
White with #015C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C3E; }
p { color: rgb(1,92,62); }
H1.HeaderClassName
{
color: #015C3E;
}
.AnyTagClassName
{
color: #015C3E;
}
</style>
background-color css
<style>
a { background-color: #015C3E; }
a { background-color: rgb(1,92,62); }
div.DivClassName
{
background-color: #015C3E;
}
.BgClassName
{
background-color: #015C3E;
}
</style>
border-color css
<style>
span { border-color: #015C3E; }
span { border-color: rgb(1,92,62); }
td.TdClassName
{
border-color: #015C3E;
}
.TagClassName
{
border-color: #015C3E;
}
</style>