Shades of Jewel #02713C
Tints of Jewel #02713C
RGB
CMYK
RGB Variations
Color information
#02713C (or 0x02713C) is known color: Jewel. HEX triplet: 02, 71 and 3C. RGB value is (2,113,60). Sum of RGB (Red+Green+Blue) = 2+113+60=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #02713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02713C is #FD8EC3. Grayscale: #494949. Windows color (decimal): -16617156 or 3961090. OLE color: 3961090.
HSL color Cylindrical-coordinate representation of color #02713C: hue angle of 151.35º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02713C is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 113 | 60 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.56 |
| HSL | 151.35º | 0.97% | 0.23% | - |
| HSV(B) | 151.35º | 0.98% | 0.44% | - |
| XYZ | 6.75 | 12.15 | 6.26 | - |
| YUV | 73.77 | 120.23 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 60 | 0.98 | 0 | 0.47 | 0.56 | 151.35 | 0.97 | 0.23 |
| Hex | 2 | 71 | 3C | 62 | 0 | 2F | 38 | 97 | 61 | 17 |
| Octal | 2 | 161 | 74 | 142 | 0 | 57 | 70 | 227 | 141 | 27 |
| Binary | 10 | 1110001 | 111100 | 1100010 | 0 | 101111 | 111000 | 10010111 | 1100001 | 10111 |
Color Harmonies of #02713C
Complementary color
Monochromatic Colors of #02713C
Black with #02713C
Text Example
Text Example
White with #02713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02713C; }
p { color: rgb(2,113,60); }
H1.HeaderClassName
{
color: #02713C;
}
.AnyTagClassName
{
color: #02713C;
}
</style>
background-color css
<style>
a { background-color: #02713C; }
a { background-color: rgb(2,113,60); }
div.DivClassName
{
background-color: #02713C;
}
.BgClassName
{
background-color: #02713C;
}
</style>
border-color css
<style>
span { border-color: #02713C; }
span { border-color: rgb(2,113,60); }
td.TdClassName
{
border-color: #02713C;
}
.TagClassName
{
border-color: #02713C;
}
</style>