Html Css Color HEX #028549 Salem

📋 copy color: '#028549'

red 2 ◦ green 133 ◦ blue 73

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

Shades of Salem #028549

Tints of Salem #028549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 0.96%
G = 63.94%
B = 35.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#028549 (or 0x028549) is known color: Salem. HEX triplet: 02, 85 and 49. RGB value is (2,133,73). Sum of RGB (Red+Green+Blue) = 2+133+73=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #028549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028549 is #FD7AB6. Grayscale: #575757. Windows color (decimal): -16612023 or 4818178. OLE color: 4818178.

HSL color Cylindrical-coordinate representation of color #028549: hue angle of 152.52º 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 #028549 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 73 -
CMYK 0.98 0 0.45 0.48
HSL 152.52º 0.97% 0.26% -
HSV(B) 152.52º 0.98% 0.52% -
XYZ 9.62 17.27 9.13 -
YUV 86.99 120.1 67.38 -
System Red Green Blue C M Y K H S L
Decimal 2 133 73 0.98 0 0.45 0.48 152.52 0.97 0.26
Hex 2 85 49 62 0 2D 30 99 61 1A
Octal 2 205 111 142 0 55 60 231 141 32
Binary 10 10000101 1001001 1100010 0 101101 110000 10011001 1100001 11010

Color Harmonies of #028549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028549

Black with #028549

Text Example


Text Example

White with #028549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028549; }

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

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

background-color css

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

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

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

border-color css

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

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

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