#027874

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

Shades of Surfie Green #027874

Tints of Surfie Green #027874

Color information

#027874 (or 0x027874) is unknown color: approx Surfie Green. HEX triplet: 02, 78 and 74. RGB value is (2,120,116). Sum of RGB (Red+Green+Blue) = 2+120+116=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #027874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027874 is #FD878B. Grayscale: #545454. Windows color (decimal): -16615308 or 7632898. OLE color: 7632898.

HSL color Cylindrical-coordinate representation of color #027874: hue angle of 177.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027874 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB2120116-
CMYK0.9800.030.53
HSL177.97º96.72%23.92%-
HSV(B)177.97º98.33%47.06%-
XYZ9.8914.7118.84-
YUV84.26145.9169.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 116 (45.70% from 255) = 48.74%
R=0.84%
G=50.42%
B=48.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21201160.9800.030.53177.9796.7223.92
Hex27874620335b26118
Octal2170164142036526214130
Binary1011110001110100110001001111010110110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027874; }

 p { color: rgb(2,120,116); }

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

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

 a { background-color: rgb(2,120,116); }

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

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

 span { border-color: rgb(2,120,116); }

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