Html Css Color HEX #028650 Salem

📋 copy color: '#028650'

red 2 ◦ green 134 ◦ blue 80

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

Shades of Salem #028650

Tints of Salem #028650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 62.04%

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 0.93%
G = 62.04%
B = 37.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#028650 (or 0x028650) is known color: Salem. HEX triplet: 02, 86 and 50. RGB value is (2,134,80). Sum of RGB (Red+Green+Blue) = 2+134+80=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #028650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028650 is #FD79AF. Grayscale: #585858. Windows color (decimal): -16611760 or 5277186. OLE color: 5277186.

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

Color convert

RGB 2 134 80 -
CMYK 0.99 0 0.40 0.47
HSL 155.45º 0.97% 0.27% -
HSV(B) 155.45º 0.99% 0.53% -
XYZ 10 17.64 10.47 -
YUV 88.38 123.27 66.39 -
System Red Green Blue C M Y K H S L
Decimal 2 134 80 0.99 0 0.40 0.47 155.45 0.97 0.27
Hex 2 86 50 63 0 28 2F 9B 61 1B
Octal 2 206 120 143 0 50 57 233 141 33
Binary 10 10000110 1010000 1100011 0 101000 101111 10011011 1100001 11011

Color Harmonies of #028650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028650

Black with #028650

Text Example


Text Example

White with #028650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028650; }

 p { color: rgb(2,134,80); }

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

background-color css

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

 a { background-color: rgb(2,134,80); }

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

border-color css

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

 span { border-color: rgb(2,134,80); }

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