Html Css Color HEX #028575 Surfie Green

📋 copy color: '#028575'

red 2 ◦ green 133 ◦ blue 117

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

Shades of Surfie Green #028575

Tints of Surfie Green #028575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 0.79%
G = 52.78%
B = 46.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#028575 (or 0x028575) is known color: Surfie Green. HEX triplet: 02, 85 and 75. RGB value is (2,133,117). Sum of RGB (Red+Green+Blue) = 2+133+117=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #028575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028575 is #FD7A8A. Grayscale: #5B5B5B. Windows color (decimal): -16611979 or 7701762. OLE color: 7701762.

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

Color convert

RGB 2 133 117 -
CMYK 0.98 0 0.12 0.48
HSL 172.67º 0.97% 0.26% -
HSV(B) 172.67º 0.98% 0.52% -
XYZ 11.62 18.07 19.71 -
YUV 92.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 2 133 117 0.98 0 0.12 0.48 172.67 0.97 0.26
Hex 2 85 75 62 0 C 30 AD 61 1A
Octal 2 205 165 142 0 14 60 255 141 32
Binary 10 10000101 1110101 1100010 0 1100 110000 10101101 1100001 11010

Color Harmonies of #028575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028575

Black with #028575

Text Example


Text Example

White with #028575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028575; }

 p { color: rgb(2,133,117); }

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

background-color css

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

 a { background-color: rgb(2,133,117); }

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

border-color css

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

 span { border-color: rgb(2,133,117); }

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