#028247

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

Shades of Salem #028247

Tints of Salem #028247

Color information

#028247 (or 0x028247) is unknown color: approx 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

RGB213071-
CMYK0.9800.450.49
HSL152.34º96.97%25.88%-
HSV(B)152.34º98.46%50.98%-
XYZ9.1416.438.65-
YUV85120.0968.8-

RGB Variations

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

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.12% from 255) = 34.98%
R=0.99%
G=64.04%
B=34.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130710.9800.450.49152.3496.9725.88
Hex282476202D3198611a
Octal22021071420556123014132
Binary101000001010001111100010010110111000110011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>