Html Css Color HEX #028048 Salem

📋 copy color: '#028048'

red 2 ◦ green 128 ◦ blue 72

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

Shades of Salem #028048

Tints of Salem #028048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.64%

R = 0.99%
G = 63.37%
B = 35.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#028048 (or 0x028048) is known color: Salem. HEX triplet: 02, 80 and 48. RGB value is (2,128,72). Sum of RGB (Red+Green+Blue) = 2+128+72=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #028048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028048 is #FD7FB7. Grayscale: #545454. Windows color (decimal): -16613304 or 4751362. OLE color: 4751362.

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

Color convert

RGB 2 128 72 -
CMYK 0.98 0 0.44 0.50
HSL 153.33º 0.97% 0.25% -
HSV(B) 153.33º 0.98% 0.5% -
XYZ 8.91 15.92 8.73 -
YUV 83.94 121.26 69.55 -
System Red Green Blue C M Y K H S L
Decimal 2 128 72 0.98 0 0.44 0.50 153.33 0.97 0.25
Hex 2 80 48 62 0 2C 32 99 61 19
Octal 2 200 110 142 0 54 62 231 141 31
Binary 10 10000000 1001000 1100010 0 101100 110010 10011001 1100001 11001

Color Harmonies of #028048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028048

Black with #028048

Text Example


Text Example

White with #028048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028048; }

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

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

background-color css

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

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

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

border-color css

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

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

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