#018279

Color #018279 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #018279

Tints of Surfie Green #018279

Color information

#018279 (or 0x018279) is unknown color: approx Surfie Green. HEX triplet: 01, 82 and 79. RGB value is (1,130,121). Sum of RGB (Red+Green+Blue) = 1+130+121=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #018279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018279 is #FE7D86. Grayscale: #5A5A5A. Windows color (decimal): -16678279 or 7963137. OLE color: 7963137.

HSL color Cylindrical-coordinate representation of color #018279: hue angle of 175.81º 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 #018279 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB1130121-
CMYK0.9900.070.49
HSL175.81º98.47%25.69%-
HSV(B)175.81º99.23%50.98%-
XYZ11.4517.3520.84-
YUV90.4145.2664.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=0.40%
G=51.59%
B=48.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11301210.9900.070.49175.8198.4725.69
Hex18279630731b0621a
Octal1202171143076126014232
Binary11000001011110011100011011111000110110000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018279; }

 p { color: rgb(1,130,121); }

 H1.HeaderClassName
 {
   color: #018279;
 }
 .AnyTagClassName
 {
   color: #018279;
 }
</style>
background-color css

<style>
 a { background-color: #018279; }

 a { background-color: rgb(1,130,121); }

 div.DivClassName
 {
   background-color: #018279;
 }
 .BgClassName
 {
   background-color: #018279;
 }
</style>
border-color css

<style>
 span { border-color: #018279; }

 span { border-color: rgb(1,130,121); }

 td.TdClassName
 {
   border-color: #018279;
 }
 .TagClassName
 {
   border-color: #018279;
 }
</style>