#128F3D

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

Shades of Salem #128F3D

Tints of Salem #128F3D

Color information

#128F3D (or 0x128F3D) is unknown color: approx Salem. HEX triplet: 12, 8F and 3D. RGB value is (18,143,61). Sum of RGB (Red+Green+Blue) = 18+143+61=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 143 (56.25% from 255 or 64.41% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 143 - color contains mainly: green. Hex color #128F3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128F3D is #ED70C2. Grayscale: #606060. Windows color (decimal): -15560899 or 4034322. OLE color: 4034322.

HSL color Cylindrical-coordinate representation of color #128F3D: hue angle of 140.64º 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 #128F3D is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB1814361-
CMYK0.8700.570.44
HSL140.64º77.64%31.57%-
HSV(B)140.64º87.41%56.08%-
XYZ10.9120.117.72-
YUV96.28108.0972.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 143 (56.25% from 255) = 64.41%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=8.11%
G=64.41%
B=27.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18143610.8700.570.44140.6477.6431.57
Hex128F3D570392C8d4e20
Octal22217751270715421511640
Binary100101000111111110110101110111001101100100011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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