Html Css Color HEX #028041 Salem

📋 copy color: '#028041'

red 2 ◦ green 128 ◦ blue 65

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

Shades of Salem #028041

Tints of Salem #028041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.33%

R = 1.03%
G = 65.64%
B = 33.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#028041 (or 0x028041) is known color: Salem. HEX triplet: 02, 80 and 41. RGB value is (2,128,65). Sum of RGB (Red+Green+Blue) = 2+128+65=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 128 (50.39% from 255 or 65.64% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 128 - color contains mainly: green. Hex color #028041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028041 is #FD7FBE. Grayscale: #535353. Windows color (decimal): -16613311 or 4292610. OLE color: 4292610.

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

Color convert

RGB 2 128 65 -
CMYK 0.98 0 0.49 0.50
HSL 150º 0.97% 0.25% -
HSV(B) 150º 0.98% 0.5% -
XYZ 8.7 15.83 7.6 -
YUV 83.14 117.76 70.12 -
System Red Green Blue C M Y K H S L
Decimal 2 128 65 0.98 0 0.49 0.50 150 0.97 0.25
Hex 2 80 41 62 0 31 32 96 61 19
Octal 2 200 101 142 0 61 62 226 141 31
Binary 10 10000000 1000001 1100010 0 110001 110010 10010110 1100001 11001

Color Harmonies of #028041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028041

Black with #028041

Text Example


Text Example

White with #028041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028041; }

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

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

background-color css

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

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

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

border-color css

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

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

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