#128F3C

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

Shades of Salem #128F3C

Tints of Salem #128F3C

Color information

#128F3C (or 0x128F3C) is unknown color: approx Salem. HEX triplet: 12, 8F and 3C. RGB value is (18,143,60). Sum of RGB (Red+Green+Blue) = 18+143+60=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #128F3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128F3C is #ED70C3. Grayscale: #606060. Windows color (decimal): -15560900 or 3968786. OLE color: 3968786.

HSL color Cylindrical-coordinate representation of color #128F3C: hue angle of 140.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128F3C is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1814360-
CMYK0.8700.580.44
HSL140.16º77.64%31.57%-
HSV(B)140.16º87.41%56.08%-
XYZ10.8920.17.58-
YUV96.16107.5972.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 143 (56.25% from 255) = 64.71%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=8.14%
G=64.71%
B=27.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18143600.8700.580.44140.1677.6431.57
Hex128F3C5703A2C8c4e20
Octal22217741270725421411640
Binary100101000111111110010101110111010101100100011001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128F3C; }

 p { color: rgb(18,143,60); }

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

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

 a { background-color: rgb(18,143,60); }

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

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

 span { border-color: rgb(18,143,60); }

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