Shades of Surfie Green #018275
Tints of Surfie Green #018275
RGB
CMYK
RGB Variations
Color information
#018275 (or 0x018275) is known color: Surfie Green. HEX triplet: 01, 82 and 75. RGB value is (1,130,117). Sum of RGB (Red+Green+Blue) = 1+130+117=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #018275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018275 is #FE7D8A. Grayscale: #595959. Windows color (decimal): -16678283 or 7700993. OLE color: 7700993.
HSL color Cylindrical-coordinate representation of color #018275: hue angle of 173.95º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018275 is Cyan = 0.99, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 117 | - |
| CMYK | 0.99 | 0 | 0.1 | 0.49 |
| HSL | 173.95º | 0.98% | 0.26% | - |
| HSV(B) | 173.95º | 0.99% | 0.51% | - |
| XYZ | 11.21 | 17.26 | 19.57 | - |
| YUV | 89.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 117 | 0.99 | 0 | 0.1 | 0.49 | 173.95 | 0.98 | 0.26 |
| Hex | 1 | 82 | 75 | 63 | 0 | A | 31 | AE | 62 | 1A |
| Octal | 1 | 202 | 165 | 143 | 0 | 12 | 61 | 256 | 142 | 32 |
| Binary | 1 | 10000010 | 1110101 | 1100011 | 0 | 1010 | 110001 | 10101110 | 1100010 | 11010 |
Color Harmonies of #018275
Complementary color
Monochromatic Colors of #018275
Black with #018275
Text Example
Text Example
White with #018275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018275; }
p { color: rgb(1,130,117); }
H1.HeaderClassName
{
color: #018275;
}
.AnyTagClassName
{
color: #018275;
}
</style>
background-color css
<style>
a { background-color: #018275; }
a { background-color: rgb(1,130,117); }
div.DivClassName
{
background-color: #018275;
}
.BgClassName
{
background-color: #018275;
}
</style>
border-color css
<style>
span { border-color: #018275; }
span { border-color: rgb(1,130,117); }
td.TdClassName
{
border-color: #018275;
}
.TagClassName
{
border-color: #018275;
}
</style>