Html Css Color HEX #028340 Salem

📋 copy color: '#028340'

red 2 ◦ green 131 ◦ blue 64

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

Shades of Salem #028340

Tints of Salem #028340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 66.5%

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 1.02%
G = 66.5%
B = 32.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#028340 (or 0x028340) is known color: Salem. HEX triplet: 02, 83 and 40. RGB value is (2,131,64). Sum of RGB (Red+Green+Blue) = 2+131+64=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 131 (51.56% from 255 or 66.50% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 131 - color contains mainly: green. Hex color #028340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028340 is #FD7CBF. Grayscale: #545454. Windows color (decimal): -16612544 or 4227842. OLE color: 4227842.

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

Color convert

RGB 2 131 64 -
CMYK 0.98 0 0.51 0.49
HSL 148.84º 0.97% 0.26% -
HSV(B) 148.84º 0.98% 0.51% -
XYZ 9.07 16.62 7.58 -
YUV 84.79 116.26 68.95 -
System Red Green Blue C M Y K H S L
Decimal 2 131 64 0.98 0 0.51 0.49 148.84 0.97 0.26
Hex 2 83 40 62 0 33 31 95 61 1A
Octal 2 203 100 142 0 63 61 225 141 32
Binary 10 10000011 1000000 1100010 0 110011 110001 10010101 1100001 11010

Color Harmonies of #028340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028340

Black with #028340

Text Example


Text Example

White with #028340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028340; }

 p { color: rgb(2,131,64); }

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

background-color css

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

 a { background-color: rgb(2,131,64); }

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

border-color css

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

 span { border-color: rgb(2,131,64); }

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