#28754F

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

Shades of Salem #28754F

Tints of Salem #28754F

Color information

#28754F (or 0x28754F) is unknown color: approx Salem. HEX triplet: 28, 75 and 4F. RGB value is (40,117,79). Sum of RGB (Red+Green+Blue) = 40+117+79=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #28754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28754F is #D78AB0. Grayscale: #595959. Windows color (decimal): -14125745 or 5207336. OLE color: 5207336.

HSL color Cylindrical-coordinate representation of color #28754F: hue angle of 150.39º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28754F is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB4011779-
CMYK0.6600.320.54
HSL150.39º49.04%30.78%-
HSV(B)150.39º65.81%45.88%-
XYZ8.6513.749.59-
YUV89.64121.9992.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=16.95%
G=49.58%
B=33.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40117790.6600.320.54150.3949.0430.78
Hex28754F420203696311f
Octal50165117102040662266137
Binary10100011101011001111100001001000001101101001011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28754F; }

 p { color: rgb(40,117,79); }

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

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

 a { background-color: rgb(40,117,79); }

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

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

 span { border-color: rgb(40,117,79); }

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