Html Css Color HEX #028149 Salem

📋 copy color: '#028149'

red 2 ◦ green 129 ◦ blue 73

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

Shades of Salem #028149

Tints of Salem #028149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 0.98%
G = 63.24%
B = 35.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#028149 (or 0x028149) is known color: Salem. HEX triplet: 02, 81 and 49. RGB value is (2,129,73). Sum of RGB (Red+Green+Blue) = 2+129+73=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #028149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028149 is #FD7EB6. Grayscale: #545454. Windows color (decimal): -16613047 or 4817154. OLE color: 4817154.

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

Color convert

RGB 2 129 73 -
CMYK 0.98 0 0.43 0.49
HSL 153.54º 0.97% 0.26% -
HSV(B) 153.54º 0.98% 0.51% -
XYZ 9.08 16.19 8.95 -
YUV 84.64 121.42 69.05 -
System Red Green Blue C M Y K H S L
Decimal 2 129 73 0.98 0 0.43 0.49 153.54 0.97 0.26
Hex 2 81 49 62 0 2B 31 9A 61 1A
Octal 2 201 111 142 0 53 61 232 141 32
Binary 10 10000001 1001001 1100010 0 101011 110001 10011010 1100001 11010

Color Harmonies of #028149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028149

Black with #028149

Text Example


Text Example

White with #028149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028149; }

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

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

background-color css

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

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

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

border-color css

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

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

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