Html Css Color HEX #028547 Salem

📋 copy color: '#028547'

red 2 ◦ green 133 ◦ blue 71

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

Shades of Salem #028547

Tints of Salem #028547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.56%

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 0.97%
G = 64.56%
B = 34.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#028547 (or 0x028547) is known color: Salem. HEX triplet: 02, 85 and 47. RGB value is (2,133,71). Sum of RGB (Red+Green+Blue) = 2+133+71=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #028547 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028547 is #FD7AB8. Grayscale: #565656. Windows color (decimal): -16612025 or 4687106. OLE color: 4687106.

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

Color convert

RGB 2 133 71 -
CMYK 0.98 0 0.47 0.48
HSL 151.6º 0.97% 0.26% -
HSV(B) 151.6º 0.98% 0.52% -
XYZ 9.55 17.24 8.79 -
YUV 86.76 119.1 67.54 -
System Red Green Blue C M Y K H S L
Decimal 2 133 71 0.98 0 0.47 0.48 151.6 0.97 0.26
Hex 2 85 47 62 0 2F 30 98 61 1A
Octal 2 205 107 142 0 57 60 230 141 32
Binary 10 10000101 1000111 1100010 0 101111 110000 10011000 1100001 11010

Color Harmonies of #028547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028547

Black with #028547

Text Example


Text Example

White with #028547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028547; }

 p { color: rgb(2,133,71); }

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

background-color css

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

 a { background-color: rgb(2,133,71); }

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

border-color css

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

 span { border-color: rgb(2,133,71); }

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