#128D38

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

Shades of Salem #128D38

Tints of Salem #128D38

Color information

#128D38 (or 0x128D38) is unknown color: approx Salem. HEX triplet: 12, 8D and 38. RGB value is (18,141,56). Sum of RGB (Red+Green+Blue) = 18+141+56=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 141 (55.47% from 255 or 65.58% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 141 - color contains mainly: green. Hex color #128D38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128D38 is #ED72C7. Grayscale: #5E5E5E. Windows color (decimal): -15561416 or 3706130. OLE color: 3706130.

HSL color Cylindrical-coordinate representation of color #128D38: hue angle of 138.54º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128D38 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1814156-
CMYK0.8700.600.45
HSL138.54º77.36%31.18%-
HSV(B)138.54º87.23%55.29%-
XYZ10.4919.466.95-
YUV94.53106.2573.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 141 (55.47% from 255) = 65.58%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=8.37%
G=65.58%
B=26.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18141560.8700.600.45138.5477.3631.18
Hex128D385703C2D8b4d1f
Octal22215701270745521311537
Binary10010100011011110001010111011110010110110001011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,141,56); }

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

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

 a { background-color: rgb(18,141,56); }

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

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

 span { border-color: rgb(18,141,56); }

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