Shades of Mosque #025D4D
Tints of Mosque #025D4D
RGB
CMYK
RGB Variations
Color information
#025D4D (or 0x025D4D) is known color: Mosque. HEX triplet: 02, 5D and 4D. RGB value is (2,93,77). Sum of RGB (Red+Green+Blue) = 2+93+77=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #025D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025D4D is #FDA2B2. Grayscale: #3F3F3F. Windows color (decimal): -16622259 or 5070082. OLE color: 5070082.
HSL color Cylindrical-coordinate representation of color #025D4D: hue angle of 169.45º 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 #025D4D is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 93 | 77 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.64 |
| HSL | 169.45º | 0.96% | 0.19% | - |
| HSV(B) | 169.45º | 0.98% | 0.36% | - |
| XYZ | 5.28 | 8.38 | 8.36 | - |
| YUV | 63.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 77 | 0.98 | 0 | 0.17 | 0.64 | 169.45 | 0.96 | 0.19 |
| Hex | 2 | 5D | 4D | 62 | 0 | 11 | 40 | A9 | 60 | 13 |
| Octal | 2 | 135 | 115 | 142 | 0 | 21 | 100 | 251 | 140 | 23 |
| Binary | 10 | 1011101 | 1001101 | 1100010 | 0 | 10001 | 1000000 | 10101001 | 1100000 | 10011 |
Color Harmonies of #025D4D
Complementary color
Monochromatic Colors of #025D4D
Black with #025D4D
Text Example
Text Example
White with #025D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025D4D; }
p { color: rgb(2,93,77); }
H1.HeaderClassName
{
color: #025D4D;
}
.AnyTagClassName
{
color: #025D4D;
}
</style>
background-color css
<style>
a { background-color: #025D4D; }
a { background-color: rgb(2,93,77); }
div.DivClassName
{
background-color: #025D4D;
}
.BgClassName
{
background-color: #025D4D;
}
</style>
border-color css
<style>
span { border-color: #025D4D; }
span { border-color: rgb(2,93,77); }
td.TdClassName
{
border-color: #025D4D;
}
.TagClassName
{
border-color: #025D4D;
}
</style>