#127F42

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

Shades of Salem #127F42

Tints of Salem #127F42

Color information

#127F42 (or 0x127F42) is unknown color: approx Salem. HEX triplet: 12, 7F and 42. RGB value is (18,127,66). Sum of RGB (Red+Green+Blue) = 18+127+66=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #127F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127F42 is #ED80BD. Grayscale: #575757. Windows color (decimal): -15564990 or 4357906. OLE color: 4357906.

HSL color Cylindrical-coordinate representation of color #127F42: hue angle of 146.42º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F42 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB1812766-
CMYK0.8600.480.50
HSL146.42º75.17%28.43%-
HSV(B)146.42º85.83%49.8%-
XYZ8.8215.77.72-
YUV87.46115.8978.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 127 (50% from 255) = 60.19%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=8.53%
G=60.19%
B=31.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18127660.8600.480.50146.4275.1728.43
Hex127F425603032924b1c
Octal221771021260606222211334
Binary10010111111110000101010110011000011001010010010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127F42; }

 p { color: rgb(18,127,66); }

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

<style>
 a { background-color: #127F42; }

 a { background-color: rgb(18,127,66); }

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

<style>
 span { border-color: #127F42; }

 span { border-color: rgb(18,127,66); }

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