Shades of Jewel #025D3C
Tints of Jewel #025D3C
RGB
CMYK
RGB Variations
Color information
#025D3C (or 0x025D3C) is known color: Jewel. HEX triplet: 02, 5D and 3C. RGB value is (2,93,60). Sum of RGB (Red+Green+Blue) = 2+93+60=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 93 (36.72% from 255 or 60% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 93 - color contains mainly: green. Hex color #025D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D3C is #FDA2C3. Grayscale: #3E3E3E. Windows color (decimal): -16622276 or 3955970. OLE color: 3955970.
HSL color Cylindrical-coordinate representation of color #025D3C: hue angle of 158.24º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D3C is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 93 | 60 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.64 |
| HSL | 158.24º | 0.96% | 0.19% | - |
| HSV(B) | 158.24º | 0.98% | 0.36% | - |
| XYZ | 4.75 | 8.17 | 5.6 | - |
| YUV | 62.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 60 | 0.98 | 0 | 0.35 | 0.64 | 158.24 | 0.96 | 0.19 |
| Hex | 2 | 5D | 3C | 62 | 0 | 23 | 40 | 9E | 60 | 13 |
| Octal | 2 | 135 | 74 | 142 | 0 | 43 | 100 | 236 | 140 | 23 |
| Binary | 10 | 1011101 | 111100 | 1100010 | 0 | 100011 | 1000000 | 10011110 | 1100000 | 10011 |
Color Harmonies of #025D3C
Complementary color
Monochromatic Colors of #025D3C
Black with #025D3C
Text Example
Text Example
White with #025D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025D3C; }
p { color: rgb(2,93,60); }
H1.HeaderClassName
{
color: #025D3C;
}
.AnyTagClassName
{
color: #025D3C;
}
</style>
background-color css
<style>
a { background-color: #025D3C; }
a { background-color: rgb(2,93,60); }
div.DivClassName
{
background-color: #025D3C;
}
.BgClassName
{
background-color: #025D3C;
}
</style>
border-color css
<style>
span { border-color: #025D3C; }
span { border-color: rgb(2,93,60); }
td.TdClassName
{
border-color: #025D3C;
}
.TagClassName
{
border-color: #025D3C;
}
</style>