Shades of Jewel #025E3F
Tints of Jewel #025E3F
RGB
CMYK
RGB Variations
Color information
#025E3F (or 0x025E3F) is known color: Jewel. HEX triplet: 02, 5E and 3F. RGB value is (2,94,63). Sum of RGB (Red+Green+Blue) = 2+94+63=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 94 (37.11% from 255 or 59.12% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 94 - color contains mainly: green. Hex color #025E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E3F is #FDA1C0. Grayscale: #3E3E3E. Windows color (decimal): -16622017 or 4152834. OLE color: 4152834.
HSL color Cylindrical-coordinate representation of color #025E3F: hue angle of 159.78º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E3F is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 94 | 63 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.63 |
| HSL | 159.78º | 0.96% | 0.19% | - |
| HSV(B) | 159.78º | 0.98% | 0.37% | - |
| XYZ | 4.92 | 8.38 | 6.06 | - |
| YUV | 62.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 94 | 63 | 0.98 | 0 | 0.33 | 0.63 | 159.78 | 0.96 | 0.19 |
| Hex | 2 | 5E | 3F | 62 | 0 | 21 | 3F | A0 | 60 | 13 |
| Octal | 2 | 136 | 77 | 142 | 0 | 41 | 77 | 240 | 140 | 23 |
| Binary | 10 | 1011110 | 111111 | 1100010 | 0 | 100001 | 111111 | 10100000 | 1100000 | 10011 |
Color Harmonies of #025E3F
Complementary color
Monochromatic Colors of #025E3F
Black with #025E3F
Text Example
Text Example
White with #025E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025E3F; }
p { color: rgb(2,94,63); }
H1.HeaderClassName
{
color: #025E3F;
}
.AnyTagClassName
{
color: #025E3F;
}
</style>
background-color css
<style>
a { background-color: #025E3F; }
a { background-color: rgb(2,94,63); }
div.DivClassName
{
background-color: #025E3F;
}
.BgClassName
{
background-color: #025E3F;
}
</style>
border-color css
<style>
span { border-color: #025E3F; }
span { border-color: rgb(2,94,63); }
td.TdClassName
{
border-color: #025E3F;
}
.TagClassName
{
border-color: #025E3F;
}
</style>