Shades of Surfie Green #027A74
Tints of Surfie Green #027A74
RGB
CMYK
RGB Variations
Color information
#027A74 (or 0x027A74) is known color: Surfie Green. HEX triplet: 02, 7A and 74. RGB value is (2,122,116). Sum of RGB (Red+Green+Blue) = 2+122+116=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #027A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A74 is #FD858B. Grayscale: #555555. Windows color (decimal): -16614796 or 7633410. OLE color: 7633410.
HSL color Cylindrical-coordinate representation of color #027A74: hue angle of 177º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A74 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 122 | 116 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.52 |
| HSL | 177º | 0.97% | 0.24% | - |
| HSV(B) | 177º | 0.98% | 0.48% | - |
| XYZ | 10.14 | 15.19 | 18.92 | - |
| YUV | 85.44 | 145.24 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 116 | 0.98 | 0 | 0.05 | 0.52 | 177 | 0.97 | 0.24 |
| Hex | 2 | 7A | 74 | 62 | 0 | 5 | 34 | B1 | 61 | 18 |
| Octal | 2 | 172 | 164 | 142 | 0 | 5 | 64 | 261 | 141 | 30 |
| Binary | 10 | 1111010 | 1110100 | 1100010 | 0 | 101 | 110100 | 10110001 | 1100001 | 11000 |
Color Harmonies of #027A74
Complementary color
Monochromatic Colors of #027A74
Black with #027A74
Text Example
Text Example
White with #027A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A74; }
p { color: rgb(2,122,116); }
H1.HeaderClassName
{
color: #027A74;
}
.AnyTagClassName
{
color: #027A74;
}
</style>
background-color css
<style>
a { background-color: #027A74; }
a { background-color: rgb(2,122,116); }
div.DivClassName
{
background-color: #027A74;
}
.BgClassName
{
background-color: #027A74;
}
</style>
border-color css
<style>
span { border-color: #027A74; }
span { border-color: rgb(2,122,116); }
td.TdClassName
{
border-color: #027A74;
}
.TagClassName
{
border-color: #027A74;
}
</style>