Html Css Color HEX #027974 Surfie Green

📋 copy color: '#027974'

red 2 ◦ green 121 ◦ blue 116

#027974
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #027974

Tints of Surfie Green #027974

RGB

 RED value IS 2 (1.17% from 255) = 0.84%

 GREEN value IS 121 (47.66% from 255) = 50.63%

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 0.84%
G = 50.63%
B = 48.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#027974 (or 0x027974) is known color: Surfie Green. HEX triplet: 02, 79 and 74. RGB value is (2,121,116). Sum of RGB (Red+Green+Blue) = 2+121+116=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #027974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027974 is #FD868B. Grayscale: #545454. Windows color (decimal): -16615052 or 7633154. OLE color: 7633154.

HSL color Cylindrical-coordinate representation of color #027974: hue angle of 177.48º 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 #027974 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 121 116 -
CMYK 0.98 0 0.04 0.53
HSL 177.48º 0.97% 0.24% -
HSV(B) 177.48º 0.98% 0.47% -
XYZ 10.01 14.95 18.88 -
YUV 84.85 145.58 68.91 -
System Red Green Blue C M Y K H S L
Decimal 2 121 116 0.98 0 0.04 0.53 177.48 0.97 0.24
Hex 2 79 74 62 0 4 35 B1 61 18
Octal 2 171 164 142 0 4 65 261 141 30
Binary 10 1111001 1110100 1100010 0 100 110101 10110001 1100001 11000

Color Harmonies of #027974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027974

Black with #027974

Text Example


Text Example

White with #027974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027974; }

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

 H1.HeaderClassName
 {
   color: #027974;
 }
 .AnyTagClassName
 {
   color: #027974;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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