#148279

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

Shades of Surfie Green #148279

Tints of Surfie Green #148279

Color information

#148279 (or 0x148279) is unknown color: approx Surfie Green. HEX triplet: 14, 82 and 79. RGB value is (20,130,121). Sum of RGB (Red+Green+Blue) = 20+130+121=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #148279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148279 is #EB7D86. Grayscale: #606060. Windows color (decimal): -15433095 or 7963156. OLE color: 7963156.

HSL color Cylindrical-coordinate representation of color #148279: hue angle of 175.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148279 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB20130121-
CMYK0.8500.070.49
HSL175.09º73.33%29.41%-
HSV(B)175.09º84.62%50.98%-
XYZ11.7217.4920.85-
YUV96.08142.0673.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=7.38%
G=47.97%
B=44.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201301210.8500.070.49175.0973.3329.41
Hex148279550731af491d
Octal24202171125076125711135
Binary101001000001011110011010101011111000110101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148279; }

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

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

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

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

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

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

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

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