Html Css Color HEX #028241 Salem

📋 copy color: '#028241'

red 2 ◦ green 130 ◦ blue 65

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

Shades of Salem #028241

Tints of Salem #028241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65.99%

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

R = 1.02%
G = 65.99%
B = 32.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#028241 (or 0x028241) is known color: Salem. HEX triplet: 02, 82 and 41. RGB value is (2,130,65). Sum of RGB (Red+Green+Blue) = 2+130+65=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #028241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028241 is #FD7DBE. Grayscale: #545454. Windows color (decimal): -16612799 or 4293122. OLE color: 4293122.

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

Color convert

RGB 2 130 65 -
CMYK 0.98 0 0.50 0.49
HSL 149.53º 0.97% 0.26% -
HSV(B) 149.53º 0.98% 0.51% -
XYZ 8.96 16.36 7.69 -
YUV 84.32 117.09 69.29 -
System Red Green Blue C M Y K H S L
Decimal 2 130 65 0.98 0 0.50 0.49 149.53 0.97 0.26
Hex 2 82 41 62 0 32 31 96 61 1A
Octal 2 202 101 142 0 62 61 226 141 32
Binary 10 10000010 1000001 1100010 0 110010 110001 10010110 1100001 11010

Color Harmonies of #028241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028241

Black with #028241

Text Example


Text Example

White with #028241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028241; }

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

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

background-color css

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

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

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

border-color css

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

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

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