Html Css Color HEX #028950 Salem

📋 copy color: '#028950'

red 2 ◦ green 137 ◦ blue 80

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

Shades of Salem #028950

Tints of Salem #028950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 62.56%

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

R = 0.91%
G = 62.56%
B = 36.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#028950 (or 0x028950) is known color: Salem. HEX triplet: 02, 89 and 50. RGB value is (2,137,80). Sum of RGB (Red+Green+Blue) = 2+137+80=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #028950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028950 is #FD76AF. Grayscale: #5A5A5A. Windows color (decimal): -16610992 or 5277954. OLE color: 5277954.

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

Color convert

RGB 2 137 80 -
CMYK 0.99 0 0.42 0.46
HSL 154.67º 0.97% 0.27% -
HSV(B) 154.67º 0.99% 0.54% -
XYZ 10.42 18.48 10.61 -
YUV 90.14 122.27 65.13 -
System Red Green Blue C M Y K H S L
Decimal 2 137 80 0.99 0 0.42 0.46 154.67 0.97 0.27
Hex 2 89 50 63 0 2A 2E 9B 61 1B
Octal 2 211 120 143 0 52 56 233 141 33
Binary 10 10001001 1010000 1100011 0 101010 101110 10011011 1100001 11011

Color Harmonies of #028950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028950

Black with #028950

Text Example


Text Example

White with #028950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028950; }

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

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

background-color css

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

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

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

border-color css

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

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

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