Html Css Color HEX #028247 Salem

📋 copy color: '#028247'

red 2 ◦ green 130 ◦ blue 71

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

Shades of Salem #028247

Tints of Salem #028247

RGB

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

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

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

R = 0.99%
G = 64.04%
B = 34.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#028247 (or 0x028247) is known color: Salem. HEX triplet: 02, 82 and 47. RGB value is (2,130,71). Sum of RGB (Red+Green+Blue) = 2+130+71=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #028247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028247 is #FD7DB8. Grayscale: #555555. Windows color (decimal): -16612793 or 4686338. OLE color: 4686338.

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

Color convert

RGB 2 130 71 -
CMYK 0.98 0 0.45 0.49
HSL 152.34º 0.97% 0.26% -
HSV(B) 152.34º 0.98% 0.51% -
XYZ 9.14 16.43 8.65 -
YUV 85 120.09 68.8 -
System Red Green Blue C M Y K H S L
Decimal 2 130 71 0.98 0 0.45 0.49 152.34 0.97 0.26
Hex 2 82 47 62 0 2D 31 98 61 1A
Octal 2 202 107 142 0 55 61 230 141 32
Binary 10 10000010 1000111 1100010 0 101101 110001 10011000 1100001 11010

Color Harmonies of #028247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028247

Black with #028247

Text Example


Text Example

White with #028247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028247; }

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

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

background-color css

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

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

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

border-color css

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

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

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