Html Css Color HEX #028049 Salem

📋 copy color: '#028049'

red 2 ◦ green 128 ◦ blue 73

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

Shades of Salem #028049

Tints of Salem #028049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 63.05%

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

R = 0.99%
G = 63.05%
B = 35.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#028049 (or 0x028049) is known color: Salem. HEX triplet: 02, 80 and 49. RGB value is (2,128,73). Sum of RGB (Red+Green+Blue) = 2+128+73=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #028049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028049 is #FD7FB6. Grayscale: #545454. Windows color (decimal): -16613303 or 4816898. OLE color: 4816898.

HSL color Cylindrical-coordinate representation of color #028049: hue angle of 153.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028049 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 128 73 -
CMYK 0.98 0 0.43 0.50
HSL 153.81º 0.97% 0.25% -
HSV(B) 153.81º 0.98% 0.5% -
XYZ 8.95 15.93 8.91 -
YUV 84.06 121.76 69.47 -
System Red Green Blue C M Y K H S L
Decimal 2 128 73 0.98 0 0.43 0.50 153.81 0.97 0.25
Hex 2 80 49 62 0 2B 32 9A 61 19
Octal 2 200 111 142 0 53 62 232 141 31
Binary 10 10000000 1001001 1100010 0 101011 110010 10011010 1100001 11001

Color Harmonies of #028049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028049

Black with #028049

Text Example


Text Example

White with #028049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028049; }

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

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

background-color css

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

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

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

border-color css

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

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

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