Html Css Color HEX #027874 Surfie Green

📋 copy color: '#027874'

red 2 ◦ green 120 ◦ blue 116

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

Shades of Surfie Green #027874

Tints of Surfie Green #027874

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.7% from 255) = 48.74%

R = 0.84%
G = 50.42%
B = 48.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#027874 (or 0x027874) is known color: 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

RGB 2 120 116 -
CMYK 0.98 0 0.03 0.53
HSL 177.97º 0.97% 0.24% -
HSV(B) 177.97º 0.98% 0.47% -
XYZ 9.89 14.71 18.84 -
YUV 84.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 2 120 116 0.98 0 0.03 0.53 177.97 0.97 0.24
Hex 2 78 74 62 0 3 35 B2 61 18
Octal 2 170 164 142 0 3 65 262 141 30
Binary 10 1111000 1110100 1100010 0 11 110101 10110010 1100001 11000

Color Harmonies of #027874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027874

Black with #027874

Text Example


Text Example

White with #027874

Text Example


Text Example

HTML Codes & Css Web 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>