Html Css Color HEX #028276 Surfie Green

📋 copy color: '#028276'

red 2 ◦ green 130 ◦ blue 118

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

Shades of Surfie Green #028276

Tints of Surfie Green #028276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 0.8%
G = 52%
B = 47.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#028276 (or 0x028276) is known color: Surfie Green. HEX triplet: 02, 82 and 76. RGB value is (2,130,118). Sum of RGB (Red+Green+Blue) = 2+130+118=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #028276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028276 is #FD7D89. Grayscale: #5A5A5A. Windows color (decimal): -16612746 or 7766530. OLE color: 7766530.

HSL color Cylindrical-coordinate representation of color #028276: hue angle of 174.38º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028276 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 130 118 -
CMYK 0.98 0 0.09 0.49
HSL 174.38º 0.97% 0.26% -
HSV(B) 174.38º 0.98% 0.51% -
XYZ 11.28 17.29 19.88 -
YUV 90.36 143.59 64.98 -
System Red Green Blue C M Y K H S L
Decimal 2 130 118 0.98 0 0.09 0.49 174.38 0.97 0.26
Hex 2 82 76 62 0 9 31 AE 61 1A
Octal 2 202 166 142 0 11 61 256 141 32
Binary 10 10000010 1110110 1100010 0 1001 110001 10101110 1100001 11010

Color Harmonies of #028276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028276

Black with #028276

Text Example


Text Example

White with #028276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028276; }

 p { color: rgb(2,130,118); }

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

background-color css

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

 a { background-color: rgb(2,130,118); }

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

border-color css

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

 span { border-color: rgb(2,130,118); }

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