Html Css Color HEX #028A3E Salem

📋 copy color: '#028A3E'

red 2 ◦ green 138 ◦ blue 62

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

Shades of Salem #028A3E

Tints of Salem #028A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 68.32%

 BLUE value IS 62 (24.61% from 255) = 30.69%

R = 0.99%
G = 68.32%
B = 30.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#028A3E (or 0x028A3E) is known color: Salem. HEX triplet: 02, 8A and 3E. RGB value is (2,138,62). Sum of RGB (Red+Green+Blue) = 2+138+62=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 138 (54.30% from 255 or 68.32% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 138 - color contains mainly: green. Hex color #028A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028A3E is #FD75C1. Grayscale: #585858. Windows color (decimal): -16610754 or 4098562. OLE color: 4098562.

HSL color Cylindrical-coordinate representation of color #028A3E: hue angle of 146.47º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A3E is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 138 62 -
CMYK 0.99 0 0.55 0.46
HSL 146.47º 0.97% 0.27% -
HSV(B) 146.47º 0.99% 0.54% -
XYZ 9.98 18.54 7.61 -
YUV 88.67 112.94 66.18 -
System Red Green Blue C M Y K H S L
Decimal 2 138 62 0.99 0 0.55 0.46 146.47 0.97 0.27
Hex 2 8A 3E 63 0 37 2E 92 61 1B
Octal 2 212 76 143 0 67 56 222 141 33
Binary 10 10001010 111110 1100011 0 110111 101110 10010010 1100001 11011

Color Harmonies of #028A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028A3E

Black with #028A3E

Text Example


Text Example

White with #028A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028A3E; }

 p { color: rgb(2,138,62); }

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

background-color css

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

 a { background-color: rgb(2,138,62); }

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

border-color css

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

 span { border-color: rgb(2,138,62); }

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