Shades of Surfie Green #018274
Tints of Surfie Green #018274
RGB
CMYK
RGB Variations
Color information
#018274 (or 0x018274) is known color: Surfie Green. HEX triplet: 01, 82 and 74. RGB value is (1,130,116). Sum of RGB (Red+Green+Blue) = 1+130+116=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #018274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018274 is #FE7D8B. Grayscale: #595959. Windows color (decimal): -16678284 or 7635457. OLE color: 7635457.
HSL color Cylindrical-coordinate representation of color #018274: hue angle of 173.49º 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 #018274 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 116 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.49 |
| HSL | 173.49º | 0.98% | 0.26% | - |
| HSV(B) | 173.49º | 0.99% | 0.51% | - |
| XYZ | 11.15 | 17.23 | 19.26 | - |
| YUV | 89.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 116 | 0.99 | 0 | 0.11 | 0.49 | 173.49 | 0.98 | 0.26 |
| Hex | 1 | 82 | 74 | 63 | 0 | B | 31 | AD | 62 | 1A |
| Octal | 1 | 202 | 164 | 143 | 0 | 13 | 61 | 255 | 142 | 32 |
| Binary | 1 | 10000010 | 1110100 | 1100011 | 0 | 1011 | 110001 | 10101101 | 1100010 | 11010 |
Color Harmonies of #018274
Complementary color
Monochromatic Colors of #018274
Black with #018274
Text Example
Text Example
White with #018274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018274; }
p { color: rgb(1,130,116); }
H1.HeaderClassName
{
color: #018274;
}
.AnyTagClassName
{
color: #018274;
}
</style>
background-color css
<style>
a { background-color: #018274; }
a { background-color: rgb(1,130,116); }
div.DivClassName
{
background-color: #018274;
}
.BgClassName
{
background-color: #018274;
}
</style>
border-color css
<style>
span { border-color: #018274; }
span { border-color: rgb(1,130,116); }
td.TdClassName
{
border-color: #018274;
}
.TagClassName
{
border-color: #018274;
}
</style>