Html Css Color HEX #028141 Salem

📋 copy color: '#028141'

red 2 ◦ green 129 ◦ blue 65

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

Shades of Salem #028141

Tints of Salem #028141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 65.82%

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

R = 1.02%
G = 65.82%
B = 33.16%

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

#028141 (or 0x028141) is known color: Salem. HEX triplet: 02, 81 and 41. RGB value is (2,129,65). Sum of RGB (Red+Green+Blue) = 2+129+65=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 129 (50.78% from 255 or 65.82% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 129 - color contains mainly: green. Hex color #028141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028141 is #FD7EBE. Grayscale: #535353. Windows color (decimal): -16613055 or 4292866. OLE color: 4292866.

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

Color convert

RGB 2 129 65 -
CMYK 0.98 0 0.50 0.49
HSL 149.76º 0.97% 0.26% -
HSV(B) 149.76º 0.98% 0.51% -
XYZ 8.83 16.1 7.64 -
YUV 83.73 117.42 69.7 -
System Red Green Blue C M Y K H S L
Decimal 2 129 65 0.98 0 0.50 0.49 149.76 0.97 0.26
Hex 2 81 41 62 0 32 31 96 61 1A
Octal 2 201 101 142 0 62 61 226 141 32
Binary 10 10000001 1000001 1100010 0 110010 110001 10010110 1100001 11010

Color Harmonies of #028141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028141

Black with #028141

Text Example


Text Example

White with #028141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028141; }

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

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

background-color css

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

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

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

border-color css

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

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

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