Shades of Surfie Green #027E78
Tints of Surfie Green #027E78
RGB
CMYK
RGB Variations
Color information
#027E78 (or 0x027E78) is known color: Surfie Green. HEX triplet: 02, 7E and 78. RGB value is (2,126,120). Sum of RGB (Red+Green+Blue) = 2+126+120=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #027E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E78 is #FD8187. Grayscale: #585858. Windows color (decimal): -16613768 or 7896578. OLE color: 7896578.
HSL color Cylindrical-coordinate representation of color #027E78: hue angle of 177.1º 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 #027E78 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 120 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.51 |
| HSL | 177.1º | 0.97% | 0.25% | - |
| HSV(B) | 177.1º | 0.98% | 0.49% | - |
| XYZ | 10.88 | 16.29 | 20.34 | - |
| YUV | 88.24 | 145.92 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 120 | 0.98 | 0 | 0.05 | 0.51 | 177.1 | 0.97 | 0.25 |
| Hex | 2 | 7E | 78 | 62 | 0 | 5 | 33 | B1 | 61 | 19 |
| Octal | 2 | 176 | 170 | 142 | 0 | 5 | 63 | 261 | 141 | 31 |
| Binary | 10 | 1111110 | 1111000 | 1100010 | 0 | 101 | 110011 | 10110001 | 1100001 | 11001 |
Color Harmonies of #027E78
Complementary color
Monochromatic Colors of #027E78
Black with #027E78
Text Example
Text Example
White with #027E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E78; }
p { color: rgb(2,126,120); }
H1.HeaderClassName
{
color: #027E78;
}
.AnyTagClassName
{
color: #027E78;
}
</style>
background-color css
<style>
a { background-color: #027E78; }
a { background-color: rgb(2,126,120); }
div.DivClassName
{
background-color: #027E78;
}
.BgClassName
{
background-color: #027E78;
}
</style>
border-color css
<style>
span { border-color: #027E78; }
span { border-color: rgb(2,126,120); }
td.TdClassName
{
border-color: #027E78;
}
.TagClassName
{
border-color: #027E78;
}
</style>