Shades of Surfie Green #02737D
Tints of Surfie Green #02737D
RGB
CMYK
RGB Variations
Color information
#02737D (or 0x02737D) is known color: Surfie Green. HEX triplet: 02, 73 and 7D. RGB value is (2,115,125). Sum of RGB (Red+Green+Blue) = 2+115+125=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #02737D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02737D is #FD8C82. Grayscale: #525252. Windows color (decimal): -16616579 or 8221442. OLE color: 8221442.
HSL color Cylindrical-coordinate representation of color #02737D: hue angle of 184.88º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02737D is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 115 | 125 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.51 |
| HSL | 184.88º | 0.97% | 0.25% | - |
| HSV(B) | 184.88º | 0.98% | 0.49% | - |
| XYZ | 9.86 | 13.76 | 21.54 | - |
| YUV | 82.35 | 152.06 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 125 | 0.98 | 0.08 | 0 | 0.51 | 184.88 | 0.97 | 0.25 |
| Hex | 2 | 73 | 7D | 62 | 8 | 0 | 33 | B9 | 61 | 19 |
| Octal | 2 | 163 | 175 | 142 | 10 | 0 | 63 | 271 | 141 | 31 |
| Binary | 10 | 1110011 | 1111101 | 1100010 | 1000 | 0 | 110011 | 10111001 | 1100001 | 11001 |
Color Harmonies of #02737D
Complementary color
Monochromatic Colors of #02737D
Black with #02737D
Text Example
Text Example
White with #02737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02737D; }
p { color: rgb(2,115,125); }
H1.HeaderClassName
{
color: #02737D;
}
.AnyTagClassName
{
color: #02737D;
}
</style>
background-color css
<style>
a { background-color: #02737D; }
a { background-color: rgb(2,115,125); }
div.DivClassName
{
background-color: #02737D;
}
.BgClassName
{
background-color: #02737D;
}
</style>
border-color css
<style>
span { border-color: #02737D; }
span { border-color: rgb(2,115,125); }
td.TdClassName
{
border-color: #02737D;
}
.TagClassName
{
border-color: #02737D;
}
</style>