Html Css Color HEX #028450 Salem

📋 copy color: '#028450'

red 2 ◦ green 132 ◦ blue 80

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

Shades of Salem #028450

Tints of Salem #028450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.38%

R = 0.93%
G = 61.68%
B = 37.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#028450 (or 0x028450) is known color: Salem. HEX triplet: 02, 84 and 50. RGB value is (2,132,80). Sum of RGB (Red+Green+Blue) = 2+132+80=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #028450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028450 is #FD7BAF. Grayscale: #575757. Windows color (decimal): -16612272 or 5276674. OLE color: 5276674.

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

Color convert

RGB 2 132 80 -
CMYK 0.98 0 0.39 0.48
HSL 156º 0.97% 0.26% -
HSV(B) 156º 0.98% 0.52% -
XYZ 9.72 17.09 10.38 -
YUV 87.2 123.93 67.23 -
System Red Green Blue C M Y K H S L
Decimal 2 132 80 0.98 0 0.39 0.48 156 0.97 0.26
Hex 2 84 50 62 0 27 30 9C 61 1A
Octal 2 204 120 142 0 47 60 234 141 32
Binary 10 10000100 1010000 1100010 0 100111 110000 10011100 1100001 11010

Color Harmonies of #028450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028450

Black with #028450

Text Example


Text Example

White with #028450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028450; }

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

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

background-color css

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

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

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

border-color css

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

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

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