#028447

Color #028447 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #028447

Tints of Salem #028447

Color information

#028447 (or 0x028447) is unknown color: approx Salem. HEX triplet: 02, 84 and 47. RGB value is (2,132,71). Sum of RGB (Red+Green+Blue) = 2+132+71=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #028447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028447 is #FD7BB8. Grayscale: #565656. Windows color (decimal): -16612281 or 4686850. OLE color: 4686850.

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

Color convert

RGB213271-
CMYK0.9800.460.48
HSL151.85º97.01%26.27%-
HSV(B)151.85º98.48%51.76%-
XYZ9.4116.978.74-
YUV86.18119.4367.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 132 (51.95% from 255) = 64.39%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=0.98%
G=64.39%
B=34.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2132710.9800.460.48151.8597.0126.27
Hex284476202E3098611a
Octal22041071420566023014132
Binary101000010010001111100010010111011000010011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028447; }

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

 H1.HeaderClassName
 {
   color: #028447;
 }
 .AnyTagClassName
 {
   color: #028447;
 }
</style>
background-color css

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

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

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

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

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

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