Html Css Color HEX #028440 Salem

📋 copy color: '#028440'

red 2 ◦ green 132 ◦ blue 64

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

Shades of Salem #028440

Tints of Salem #028440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66.67%

 BLUE value IS 64 (25.39% from 255) = 32.32%

R = 1.01%
G = 66.67%
B = 32.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#028440 (or 0x028440) is known color: Salem. HEX triplet: 02, 84 and 40. RGB value is (2,132,64). Sum of RGB (Red+Green+Blue) = 2+132+64=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 132 (51.95% from 255 or 66.67% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 132 - color contains mainly: green. Hex color #028440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028440 is #FD7BBF. Grayscale: #555555. Windows color (decimal): -16612288 or 4228098. OLE color: 4228098.

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

Color convert

RGB 2 132 64 -
CMYK 0.98 0 0.52 0.48
HSL 148.62º 0.97% 0.26% -
HSV(B) 148.62º 0.98% 0.52% -
XYZ 9.2 16.89 7.62 -
YUV 85.38 115.93 68.53 -
System Red Green Blue C M Y K H S L
Decimal 2 132 64 0.98 0 0.52 0.48 148.62 0.97 0.26
Hex 2 84 40 62 0 34 30 95 61 1A
Octal 2 204 100 142 0 64 60 225 141 32
Binary 10 10000100 1000000 1100010 0 110100 110000 10010101 1100001 11010

Color Harmonies of #028440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028440

Black with #028440

Text Example


Text Example

White with #028440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028440; }

 p { color: rgb(2,132,64); }

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

background-color css

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

 a { background-color: rgb(2,132,64); }

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

border-color css

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

 span { border-color: rgb(2,132,64); }

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