Html Css Color HEX #028246 Salem

📋 copy color: '#028246'

red 2 ◦ green 130 ◦ blue 70

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

Shades of Salem #028246

Tints of Salem #028246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.65%

R = 0.99%
G = 64.36%
B = 34.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#028246 (or 0x028246) is known color: Salem. HEX triplet: 02, 82 and 46. RGB value is (2,130,70). Sum of RGB (Red+Green+Blue) = 2+130+70=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #028246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028246 is #FD7DB9. Grayscale: #555555. Windows color (decimal): -16612794 or 4620802. OLE color: 4620802.

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

Color convert

RGB 2 130 70 -
CMYK 0.98 0 0.46 0.49
HSL 151.88º 0.97% 0.26% -
HSV(B) 151.88º 0.98% 0.51% -
XYZ 9.11 16.42 8.48 -
YUV 84.89 119.59 68.88 -
System Red Green Blue C M Y K H S L
Decimal 2 130 70 0.98 0 0.46 0.49 151.88 0.97 0.26
Hex 2 82 46 62 0 2E 31 98 61 1A
Octal 2 202 106 142 0 56 61 230 141 32
Binary 10 10000010 1000110 1100010 0 101110 110001 10011000 1100001 11010

Color Harmonies of #028246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028246

Black with #028246

Text Example


Text Example

White with #028246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028246; }

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

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

background-color css

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

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

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

border-color css

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

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

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